From: Alex P. <pes...@ma...> - 2010-09-23 11:57:10
|
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 -I../src/vulcan -DNAMESPACE=Vulcan -I../extern/icu/source/common -I../extern/icu/source/i18n -DNDEBUG -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -pipe -MMD -fPIC -fmessage-length=0 -O3 -march=i586 -mcpu=i686 -fno-omit-frame-pointer -fno-builtin -DPROD_BUILD -c ../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. |