> Date: Tue, 22 Oct 2013 19:41:24 -0400
> From: Viola Zoltán <[email protected]>
> To: LFS Support List <[email protected]>
> Subject: Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 -
> Pass 1
>
>
>
> Excuse me, I am very newbie and very idiotic... I tryed it:
>
> CFLAGS="-fno-exceptions -fno-rtti"; make
>
> CFLAGS="--fno-exceptions --fno-rtti"; make
>
> but nothing changed, the compile not succeeded, same error message...
>
- shouldn't that be:
CFLAGS="-fno-exceptions -fno-rtti" make
- i.e. without the semi-colon (';') ; and normally just use the single-dash
('-')
format for those options (i.e. '-f...' instead of '--f...') .
(Also, fwiw, for a make command-line I'd normally put such variables _after_
the
'make': make [ -f makefile ] [ options ] ... [ targets ] ... ).
hth
akh
p.s. also try to avoid top-posting.
--
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page