[Ecls-list] Build problems on Mac OS X
Rudi Schlatte
rudi at constantly.at
Wed Mar 8 05:33:03 UTC 2006
On 8. Mär 2006, at 14:12, Pascal Costanza wrote:
> Hi,
>
> I have problems making the current CVS version of ECL on Mac OS X
> 10.4.5. I have configured as follows:
>
> CC=gcc-3.3 ./configure --prefix=$HOME
>
> When I run make, it eventually prints the following message:
[...]
> mkdir: ecl/gc/private: File exists
> make[1]: *** [libeclgc.a] Error 1
> make: *** [all] Error 2
> k
IIUC, the mkdir commands were added recently, and on OS X mkdir
returns an error code when the directory to be created already exists.
There doesn't seem to be a flag to tell mkdir to ignore this
condition -- "mkdir ecl/gc/private || true" might be a fix.
Cheers,
Rudi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20060308/6e122775/attachment.sig>
More information about the ecl-devel
mailing list