This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Problem building 3.3.6 (with 3.4.4): xgcc: cannot specify -o with -c or -S and multiple compilations


On Sunday 28 August 2005 16:06, Kean Johnston wrote:
> Andrew Walrond wrote:
> > Can anybody explain what this error might mean?
> >
> > /tmp/gcc-3-3.heretix/work/gcc/xgcc "" -B/tmp/gcc-3-3.heretix/work/gcc/
>
>                                       ^^^
>
> >  -c ../../../../gcc-3.3.6/libstdc++-v3/libsupc++/guard.cc  -fPIC -DPIC -o
> > guard.o
>
>                                                     ^^
>
> gcc sees those as two input files (two non-option arguments).
> I suspect somewhere along the line you have something like
> CFLAGS='""' by mistake, or somehow the string "" is being
> passed into CFLAGS. Chekc your environment and whatever
> args you gave to `make bootstrap'

Its a lot worse than that :( Libtool is *randomly* replacing parts of the 
commandline with "".  Something is very fscked up....   :(

Thanks for the reply though,

Andrew 


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