Re: [ooc-compiler] Installation on Intel Mac
Brought to you by:
mva
|
From: Christos C. <c.c...@gm...> - 2007-06-22 13:05:40
|
On 6/22/07, Michael van Acken <mic...@gm...> wrote: > On 22/06/07, Christos Chryssochoidis <c.c...@gm...> wrote: > > Success! > > > > I tried making a soft link to glibtool in the build directory and > > setting the PATH environment variable to search first in the current > > directory. I also tried the switch > > '--with-libtool=/sw/bin/glibtool' in the invocation of > 'configure'. I > > 'm not sure which of the above made the difference, but after that I > > managed to build successfully oo2c... :-)) > > > Probably the former. IIRC, the mechanism to override the libtool path is > > env LIBTOOL=/absolute/path/to/libtool ./configure ... > > -- mva > > Yes. With the commands env CFLAGS="-fnested-functions" LIBTOOL=/usr/bin/glibtool ./configure; make; sudo make install; everything builds and gets installed fine. (Even better than the previous solution that I mentioned with the soft link to glibtool). Thanks very much, c.c. |