On 25/07/2011 21:46, Bill Cunningham wrote:
> Alain Toussaint wrote:
>> I've been thinking about compiling LFS with LLVM; any thought or
>> opinion?
>>
>> Alain
>
>      What's LLVM? I'm still trying to get glibc-2.13 in LFS to compile right.
> There's some code there that redirects to a file called configparams and I
> don't know where it is.

The redirection operator '>' will create the file if it doesn't exist, 
or overwrite it if it does exist.  Because you're in the newly created 
glibc-build directory when you run that command, the file won't exist, 
so will be created.

As for your other question, LLVM is an alternative compiler to GCC.

Regards,

Matt.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to