Hi,
I'm trying to build Enchant (well, it is a dependency which is building from GIMP) and the build aborts this way:
I just upgraded to FreeBSD 10, I suppose this could be due to the lack of GCC ? I already upgraded all ports though.
Riccardo
I'm trying to build Enchant (well, it is a dependency which is building from GIMP) and the build aborts this way:
Code:
gnome-libtool: link: c++ -fPIC -DPIC -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o .libs/myspell_checker.o -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/ports/textproc/enchant/work/enchant-1.6.0/src/.libs -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libhunspell-1.3.so ../../src/.libs/libenchant.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so -licui18n /usr/local/lib/libpcre.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/lib/crtendS.o /usr/lib/crtn.o -O2 -march=prescott -Wl,--export-dynamic -pthread -pthread -Wl,-soname -Wl,libenchant_myspell.so -o .libs/libenchant_myspell.so
c++: warning: argument unused during compilation: '-pthread'
c++: warning: argument unused during compilation: '-pthread'
/usr/bin/ld: cannot find -lstdc++
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[10]: *** [libenchant_myspell.la] Error 1
gmake[10]: Leaving directory `/usr/ports/textproc/enchant/work/enchant-1.6.0/src/myspell'
gmake[9]: *** [all-recursive] Error 1
gmake[9]: Leaving directory `/usr/ports/textproc/enchant/work/enchant-1.6.0/src'
gmake[8]: *** [all-recursive] Error 1
gmake[8]: Leaving directory `/usr/ports/textproc/enchant/work/enchant-1.6.0'
===> Compilation failed unexpectedly.
I just upgraded to FreeBSD 10, I suppose this could be due to the lack of GCC ? I already upgraded all ports though.
Riccardo