chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] build with CC="gcc -m32"


From: John Cowan
Subject: Re: [Chicken-users] build with CC="gcc -m32"
Date: Wed, 30 Apr 2014 16:42:07 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

Tomas Hlavaty scripsit:

> However, it seems that the compiled csc has a bug, where it treats the
> env var value as executable name instead of letting the shell interpret it:

Letting the shell interpret things is a Bad Idea.  I recommend
that you put a script somewhere that looks like this:

#!/bin/sh
exec /usr/bin/gcc -m32 "$@"

and reference that as your compiler.

-- 
John Cowan          http://www.ccil.org/~cowan        address@hidden
After fixing the Y2K bug in an application:
        WELCOME TO <censored>
        DATE: MONDAK, JANUARK 1, 1900



reply via email to

[Prev in Thread] Current Thread [Next in Thread]