From: Tagangout, A. <Abd...@me...> - 2010-09-24 12:59:19
|
Hi Alex, I do this and i become the libfbclient.so as output. fine. But when i compile My application and link this library with it, it say that the linker can't find the Funktions, that i try to call from the Application like (isc_attach_database,...). And when i tipe:file /../../libfbclient.so.2.3 it give me as output, that this library is for an i686 CPU compiled and not for the AVR32. Any idea? Many thanks Abdo MEP Kutsch GmbH & Co. KG Flaßkuhle 1 58452 Witten Tel. : 02302 28262-41 Fax.: 02302 28262-99 mailto:abd...@me... http://www.mep.de -----Ursprüngliche Nachricht----- Von: Alex Peshkoff [mailto:pes...@ma...] Gesendet: Freitag, 24. September 2010 14:51 An: For discussion among Firebird Developers Betreff: Re: [Firebird-devel] Porting Firebird On 09/24/10 12:32, Tagangout, Abderrahim wrote: > Hi Alex, > so i try this and after compiling the x86 sources, i try to make the array.cpp file with "gpre_current", but it say that it doesn't find the libicuu* library? > > abdo@ubuntu804icnova:~/Firebird-2.1.3.18185-0/gen$ make -f > Makefile.libfbclient ../gen/firebird/bin/gpre_current -r -m -z -n > ../src/dsql/array.epp ../temp/superclient/dsql/array.cpp > ../gen/firebird/bin/gpre_current: error while loading shared > libraries: libicuuc.so.30: cannot open shared object file: No such > file or directory > make: *** [../temp/superclient/dsql/array.cpp] Fehler 127 > abdo@ubuntu804icnova:~/Firebird-2.1.3.18185-0/gen$ > > In the Directory /gen/firebird/lib/ is this library present? > yes > Should i make an sym link to this library as env-variable? > Any way to make it available to dynamic loader. During the build we do: export LD_LIBRARY_PATH = ../gen/firebird/lib Symlinks are also OK I think. ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel |