Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2006 17:43:45 +0400
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        Emanuel Haupt <ehaupt@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/99329: [NEW PORT] games/diameter: Arcade-style game with elements of economy and adventure
Message-ID:  <20060626134345.GA63828@hades.panopticon>
In-Reply-To: <200606260900.k5Q90WVk034173@freefall.freebsd.org>
References:  <200606260900.k5Q90WVk034173@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Emanuel Haupt (ehaupt@FreeBSD.org) wrote:
> State-Changed-From-To: open->feedback
> State-Changed-By: ehaupt
> State-Changed-When: Mon Jun 26 10:59:17 CEST 2006
> State-Changed-Why: 
> configure fails on 4.x since it can't find libguichan. Do you think you could
> fix it?
On real 4.11 I don't get any errors. There IS a problem when configure
complains it can't find guichan (actually it just can't link test
program with such errors:

/usr/local_/lib/libguichan.so: undefined reference to `__cxa_rethrow'
/usr/local_/lib/libguichan.so: undefined reference to `std::string::string(unsigned, char, std::a
llocator<char> const&)'
/usr/local_/lib/libguichan.so: undefined reference to `__gnu_cxx::__exchange_and_add(int volatile
*, int)'
/usr/local_/lib/libguichan.so: undefined reference to `std::string::string(std::string const&)'
...

when old gcc is used, but USE_GCC=3.4+ fixes that.

Could you send me config.log got after configure's failure and also 
check what gcc versions are actually used when building guichan and
diameter itself?

-- 
Best regards,
 Dmitry                          mailto:amdmi3@mail.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060626134345.GA63828>