31.08.2010 01:33, Leonardo M. Ramé wrote:
This is my procedure to compile it:

export CFLAGS="-DAMD64"
./configure --without-editline
gmake

... and after a while I get this:

...
/usr/bin/ld: /usr/lib/libsupc++.a(tinfo2.o): relocation R_X86_64_32S can not be 
used when making a shared object; recompile with -fPIC

Here you go, linker says you what to do.

/usr/lib/libsupc++.a: could not read symbols: Bad value
gmake[2]: *** [../gen/firebird/lib/libfbclient.so.2.1.3] Error 1
gmake[2]: Leaving directory 
`/usr/home/martin/desarrollo/Firebird-2.1.3.18185-0/gen'
gmake[1]: *** [libfbclient] Error 2
gmake[1]: Leaving directory 
`/usr/home/martin/desarrollo/Firebird-2.1.3.18185-0/gen'
gmake: *** [firebird] Error 2

Any hint?

try CFLAGS="-DAMD64 -fPIC"

--
Sphinx of black quartz judge my vow.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to