On 07/01/13 17:57, Leonardo M. Ramé wrote:

> Using this configuration:
>
>
> ./configure --without-system-icu --without-editline
>
> and gmake -C gen firebird
>
> It was compiling for about half an hour, and ended with this error:
>
>
> ...
>
> gmake -j1 -f ../gen/Makefile.inet_server
> gmake[1]: se ingresa al directorio 
> `/usr/home/martin/desarrollo/firebird-2.5/gen'
> g++
>   -I../src/include/gen -I../src/include -I../src/vulcan
> -DNAMESPACE=Vulcan -I../extern/icu/source/common
> -I../extern/icu/source/i18n -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD
>   -fPIC -D_THREAD_SAFE -pthread   -c ../src/remote/server_stub.cpp -o
> ../temp/std/remote/server_stub.o
> g++
> -Wl,--version-script,../builds/posix/empty.vers  -D_THREAD_SAFE
> -pthread  -Wl,-rpath,/usr/local/firebird/lib
> -Wl,-rpath,/usr/local/firebird/intl -Wl,-rpath,../gen/firebird/lib
> ../temp/std/remote/server_stub.o -o ../gen/firebird/bin/fb_inet_server
> -L../gen/firebird/lib -lfbembed  -lm
> /usr/bin/ld: ../gen/firebird/bin/fb_inet_server: local symbol `__progname' in 
> /usr/lib/crt1.o is referenced by DSO
> /usr/bin/ld: final link failed: Nonrepresentable section on output
> gmake[1]: *** [../gen/firebird/bin/fb_inet_server] Error 1
> gmake[1]: se sale del directorio 
> `/usr/home/martin/desarrollo/firebird-2.5/gen'
> gmake: *** [inet_server] Error 2
> gmake: se sale del directorio `/usr/home/martin/desarrollo/firebird-2.5/gen'
>
>
>
> How can I fix it?.
>

A kind of solution is usggested here:
http://forums.freebsd.org/showthread.php?t=31053

But I think that this is a bug in freebsd toolchain which should add 
such symbols to the list of globals automatically.



------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to