From: Stefan S. <se...@sy...> - 2006-03-21 01:59:38
|
garaf garaf wrote: > Hi, > > I am trying to install the latest CVS snapshot of > OpenC++ on Mac 10.4.2 (Tiger). I am facing the > following problem: in Mac 10.4.2, libtool is different > than the gnu libtool -which is called glibtool- > > All installation files in OpenC++ assumes that libtool > is glibtool, which causes installation problems and > errors. AFAICT, 'libtool' is a generated script in the build tree, so it shouldn't matter whether your /usr/bin/libtool (or wherever it lives) is compatible with the GNU version. > I changed every occurence of "libtool" in the file > bootstrap with "glibtool" and it worked, but later on, > when I tried to run occ2 it caused segmentation fault > because it is again calling libtool thinking it is > glibtool. > > I tried to change every occurence of every "libtool" > in all OpenC++ files with "glibtool" but again this > didn't work. I'm not sure. libtool seems to be used both during occ's own compilation, as well as during compilation *with* occ. In the latter case, occ2 appears to accept a --libtool option with which to specify which libtool script to use. HTH, Stefan |