gm2
[Top][All Lists]
Advanced

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

Re: [Gm2] Compiling gm2 on Mac OS X/Darwin


From: Gaius Mulley
Subject: Re: [Gm2] Compiling gm2 on Mac OS X/Darwin
Date: 28 Mar 2003 10:23:24 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Eduardo Abela <address@hidden> writes:

> Hi all,
> 
> I'm trying to compile gm2 on Mac OS X Jaguar/Darwin, but the final stage of 
> the process is failing with the message:
> 
> make gm2/pge
> cd gm2 ; \
> ../gm2/boot-bin/mklink -s ../../../gcc-3.2+gm2-20030102/gcc/gm2/init/ppginit 
> ; \
> gcc -g -c mod_init.c -o mod_init.o ; \
> M2PATH=". gm2-libs-boot gm2-compiler-boot" ; export M2PATH ; \
> ../gm2/boot-bin/mklink -l -p2c p2c/p2c-src/src/libp2c.a 
> ../../../gcc-3.2+gm2-20030102/gcc/gm2/init/ppginit ; \
> /bin/sh linkcommand ; \
> rm -f linkcommand ; \
> mv a.out ppg
> ld: Undefined symbols:
> _libc_cfree
> __tolower
> __toupper

Hi Eduardo,

yes gm2 doesn't yet build on apple macs. Two of us are also currently
working on this as well. I believe the latest cvs will get further
than this but then it fails when gcc compiles the C translated
sources (via p2c) - the problem we are currently facing is the
lack of case sensitivity between filenames on the filesystem.
Specifically #include "SYSTEM.h" and #include "system.h" read the
same file.

Gaius



reply via email to

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