This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgcc.a refuses to build


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]