[VCDImager Bugs/Devel] vcdimager 0.7.20 build problem under Mac OS X

"R. Bernstein" <[email protected]> Sun, 29 Feb 2004 22:13:16 -0500
Newsgroups gmane.comp.gnu.vcdimager.bugs
Message-ID <[email protected]>
I tested this using sourceforge's compile farm server, OS X 10.2
SERVER edition uname -s -r -m reports: Darwin 6.8 Power Macintosh

The problem think is that somehow you are using /usr/bin/libtool, I
the right libtool is perhaps the one that should be created during
configure. Check the configure messages. I have something like this:

checking whether -lc should be explicitly linked in... yes
creating libtool
^^^^^^^^^^^^^^^^
checking for diff... /sw/bin/diff

And then instead of this:

 > gcc -dynamiclib -undefined dynamic_lookup -o .libs/libvcdinfo.0.0.1.dylib 
 > .libs/info.o .libs/inf.o .libs/info_private.o .libs/vcd_read.o -all_load 
 > ../lib/.libs/libvcd.a  -L/sw/lib /sw/lib/libiso9660.dylib 
 > /sw/lib/libcdio.dylib -lm -Wl,--version-script=libvcdinfo.la.ver 
 > -install_name  /usr/local/lib/libvcdinfo.0.dylib -compatibility_version 1 
 > -current_version 1.1
 > /usr/bin/libtool: unknown option character `-' in: 
   ^^^^^^^^^^^^^^^

you may get "/bin/sh ../libtool" as I get.