libgcc.a refuses to build
lazer1
lazer1@blueyonder.co.uk
Tue May 11 14:33:00 GMT 2004
Hi,
with my attempt to build m68k-unknown-amigaos-x-i686-pc-aros gcc-3.3.1,
when I try to compile programs it cannot find -lgcc,
neither can I, there is no libgcc.a,
the configure command I am using is:
target=i686-pc-aros
prefix=/Ports2/gcc-3.3.1-install
i=$prefix/bin
gcc-3.3.1/configure --target=$target --prefix=$prefix -v
--enable-sjlj-exceptions --enable-long-long --enable-libgcc
--with-headers=/ports/aros-include --with-libs=/ports/aros-lib
(on one line)
note --enable-libgcc
during the configure it says:
creating mklibgcc
the make command is:
make -k all install "CFLAGS = -m68020 -g -O2" >>ports2:make_hist
note the word "all"
saying --enable-libgcc and "all" is evidently not enough,
why is libgcc.a refusing to build?
also when I type
configure --help
it says nothing about eg --enable-sjlj-exceptions, so are we supposed to
"magic" these bizarre options out of the air?
>From gcc-3.3.1 I am using just -core, -gcc-g++, -objc,
lazer1
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
More information about the crossgcc
mailing list