Re: Firebird 2.1.3

2010-08-31 Thread Odhiambo Washington
On Tue, Aug 31, 2010 at 1:33 AM, Leonardo M. Ramé martinr...@yahoo.comwrote:

 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
 /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?

Yes. If it is not in the ports, you are pretty much on your own with
firebird!




-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
If you have nothing good to say about someone, just shut up!.
   -- Lucky Dube
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Firebird 2.1.3

2010-08-31 Thread Volodymyr Kostyrko

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.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Firebird 2.1.3

2010-08-31 Thread jhell
On 08/31/2010 05:09, Odhiambo Washington wrote:
 Yes. If it is not in the ports, you are pretty much on your own with
 firebird!

That is why he had asked on questions@ instead of po...@. To see if
anyone else had any luck compiling it on a version of FreeBSD over 7.3.

-- 

I really need to discard this list.

 jhell,v
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Firebird 2.1.3

2010-08-31 Thread Leonardo M . Ramé
 Washington wrote:
  Yes. If it is not in the ports, you are pretty much on
 your own with
  firebird!
 
 That is why he had asked on questions@ instead of po...@.
 To see if
 anyone else had any luck compiling it on a version of
 FreeBSD over 7.3.
 
 -- 

I got the solution in the firebird-devel list, it's an easy one, just apply 
this patch:

http://git.debian.org/?p=pkg-firebird/2.1.git;a=blob;f=debian/patches/no-static-linkage.patch;hb=HEAD


Leonardo M. Ramé
http://leonardorame.blogspot.com





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Firebird 2.1.3

2010-08-31 Thread Leonardo M . Ramé
 LMR Hi, does anyone successfully compiled Firebird
 2.1.3+ on FreeBsd 7.2 or superior?.
 
 LMR I'm on 8.1 amd64 and can't compile it.
 on amd64 there some problems
 you can contact to ICQ:382796339
 

Could you tell me what are those problems in amd64?

P.S.: better if we talk in this public mailing list, this way others can learn 
from us!.

Leonardo M. Ramé
http://leonardorame.blogspot.com




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Firebird 2.1.3

2010-08-30 Thread Leonardo M . Ramé
Hi, does anyone successfully compiled Firebird 2.1.3+ on FreeBsd 7.2 or 
superior?.

I'm on 8.1 amd64 and can't compile it.

Leonardo M. Ramé
http://leonardorame.blogspot.com



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Firebird 2.1.3

2010-08-30 Thread Leonardo M . Ramé
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
/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?

Leonardo M. Ramé
http://leonardorame.blogspot.com


--- On Mon, 8/30/10, Leonardo M. Ramé martinr...@yahoo.com wrote:

 From: Leonardo M. Ramé martinr...@yahoo.com
 Subject: Firebird 2.1.3
 To: FreeBSD freebsd-questions@freebsd.org
 Date: Monday, August 30, 2010, 5:37 PM
 Hi, does anyone successfully compiled
 Firebird 2.1.3+ on FreeBsd 7.2 or superior?.
 
 I'm on 8.1 amd64 and can't compile it.
 
 Leonardo M. Ramé
 http://leonardorame.blogspot.com
 
 
 
 ___
 freebsd-questions@freebsd.org
 mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
 



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org