On Tue, 26 May 2009 20:37:59 +0200, Danny Backx <danny.ba...@scarlet.be>
wrote:
> On Tue, 2009-05-26 at 15:08 +0200, Vincent R. wrote:
>> Danny in your build script please modify the line like this :
>> 
>>  tail --lines=+$L2 ${INCFILE} >>${DESTFILE}
>> 
>> or it won't build on cygwin.
> 
> Done
> 
>       Danny

Actually my patch doesn't work on MacOS because long option is not
supported:
please replace it with :
tail -n +$L2 ${INCFILE} >>${DESTFILE}

Why I am talking about MacOS, when I try to compile cegcc on this platform
I have
an error :

BUILDING DLL libraries --------------------------


for i in libstdc++; do \
                cd $i ; \
                make all || exit 1; \
                cd .. ; \
                done
mkdir -p /Users/vincent/Projects/cegcc/src/scripts/build/mingwdll/libstdc++
arm-mingw32ce-dlltool --output-def
/Users/vincent/Projects/cegcc/src/scripts/build/mingwdll/libstdc++/libstdc++.def
\
                --export-all
/Users/vincent/Projects/toolchains/arm-mingw32ce-4.1.0/arm-mingw32ce/lib/libstdc++.a
cd /Users/vincent/Projects/cegcc/src/scripts/build/mingwdll/libstdc++;
arm-mingw32ce-g++ --shared \
                -o
/Users/vincent/Projects/cegcc/src/scripts/build/mingwdll/libstdc++/libstdc++-`/Users/vincent/Projects/cegcc/src/mingwdll/get-version`.dll
\
                -Wl,--out-implib,libstdc++.dll.a
/Users/vincent/Projects/cegcc/src/scripts/build/mingwdll/libstdc++/libstdc++.def
\
                
/Users/vincent/Projects/toolchains/arm-mingw32ce-4.1.0/arm-mingw32ce/lib/libstdc++.a
-lgcc -lgcc_s 
/Users/vincent/Projects/toolchains/arm-mingw32ce-4.1.0/lib/gcc/arm-mingw32ce/4.1.0/../../../../arm-mingw32ce/bin/ld:
cannot find -lgcc_s
collect2: ld returned 1 exit status

Don't know yet if it has something to do with latest modification on trunk
or if it's platform specific.



Thanks


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to