Date: Fri, 13 May 2005 22:42:09 +0000 From: "Ganael Laplanche" <ganael.laplanche@martymac.com> To: freebsd-ports@lists.freebsd.org Subject: Wxgtk26 and backtrace_symbols Message-ID: <20050513222810.M62017@martymac.com>
next in thread | raw e-mail | index | archive | help
Hi all, I'm getting these errors while installing the brand-new port of Wxgtk26-unicode (same with "simple" Wxgtk26) : [...] gmake[1]: Entering directory `/usr/ports/x11-toolkits/wxgtk26-unicode/work/wxGTK-2.6.0/utils/wxrc' c++ -o wxrc wxrc_wxrc.o -L/usr/local/lib -liconv -L/usr/X11R6/lib -L../../lib -lwx_baseu_xml-2.6 -lexpat -lwx_baseu-2.6 -lwxregexu-2.6 -L/usr/local/lib -liconv -L/usr/X11R6/lib -Wl,--version-script,../../version-script -lz -pthread -lm ../../lib/libwx_baseu-2.6.so: undefined reference to `backtrace_symbols' ../../lib/libwx_baseu-2.6.so: undefined reference to `backtrace' gmake[1]: *** [wxrc] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/wxgtk26-unicode/work/wxGTK-2.6.0/utils/wxrc' [...] Here is the info returned by the configure step of the port : [...] checking for --enable-backtrace... yes [...] checking for backtrace() in <execinfo.h>... yes [...] The port does install anyway, but I'm also getting these errors compiling aMule 2.0.0 and linking it against Wxgtk26... Do you have any clue ? Ganaël LAPLANCHE ganael.laplanche@martymac.com http://www.martymac.com Tel : (+33)6.84.03.57.24.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050513222810.M62017>