Hi,

I have a problem compiling svn head, I don't see an error but I don't get a
core dll under opt/x86mingw32ce/i386-mingw32ce/lib/

My build log:

http://www.dre.vanderbilt.edu/~remedynl/cegccbuild.txt

Anyone an idea?

Johnny

Compilation steps:
cd /home/build/cegcc/
svn up
cd /home/build/cegcc/src/scripts
rm -rf /home/build/opt
rm -rf /home/build/cegcc/src/scripts/x86
mkdir /home/build/cegcc/src/scripts/x86
cd /home/build/cegcc/src/scripts/x86
../build-x86.sh --prefix=/home/build/opt/x86mingw32ce/ >
/home/build/cegccbuild.txt
# rename libcoredll6.a to libcoredll.a to avoid
# linker errors
cd /home/build/opt/x86mingw32ce/i386-mingw32ce/lib/
mv libcoredll6.a libcoredll.a -f
#copy all dll to lib-dir
cd /home/build/opt/x86mingw32ce/
find . -name *.dll -type f -print0 |xargs -0 -i cp {}
/home/build/ACE/cegcc/ACE_wrappers/lib
scp /home/build/cegccbuild.txt
john...@naboo.dre.vanderbilt.edu:/web/users/remedynl/cegccbuild.txt




------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to