From: Tagangout, A. <Abd...@me...> - 2010-09-23 16:40:02
|
Hi all, I want to know, how does firebird solve a connect-command in the TCP/IP layer? Which command will be used under Linux (for example) to make a connection to the Server? I know that it is possible to implement a connection to an Firebird Server, but how? Best Regards 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: Donnerstag, 23. September 2010 13:57 An: For discussion among Firebird Developers Betreff: Re: [Firebird-devel] Porting Firebird On 09/23/10 15:28, Tagangout, Abderrahim wrote: > Hi Alex, > so the build process is complete, and all directories from /temp are deleted, /gen/firebird/bin/* like so ../lib/* are deleted. > and when i try to cross compile i become this: > > > abdo@ubuntu804icnova:~/Firebird-2.1.3.18185-0/gen$ make -f > Makefile.libfbclient > g++ -DSUPERCLIENT -pthread -I../src/include/gen -I../src/include > g++ -I../src/vulcan -DNAMESPACE=Vulcan -I../extern/icu/source/common > g++ -I../extern/icu/source/i18n -DNDEBUG -ggdb > g++ -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -pipe -MMD -fPIC > g++ -fmessage-length=0 -O3 -march=i586 -mcpu=i686 > g++ -fno-omit-frame-pointer -fno-builtin -DPROD_BUILD -c > g++ ../src/jrd/alt.cpp -o ../temp/superclient/jrd/alt.o > `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. > Assembler messages: > Fatal error: can't create ../temp/superclient/jrd/alt.o: No such file > or directory > make: *** [../temp/superclient/jrd/alt.o] Fehler 2 > abdo@ubuntu804icnova:~/Firebird-2.1.3.18185-0/gen$ > > can you see any mistakes? You should not delete subdirs themself - only files from them. ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel |