Re: [ooc-compiler] Installation on Intel Mac
Brought to you by:
mva
|
From: Michael v. A. <mic...@gm...> - 2007-06-22 09:30:20
|
On 22/06/07, Christos Chryssochoidis <c.c...@gm...> wrote: > > > With 'env CFLAGS="-fnested-functions" ./configure' (after issuing > 'make clean') make proceeds, but after a while terminates again with > the following error mesage: > > /usr/bin/libtool: unknown option character `-' in: --tag=CXX > Usage: /usr/bin/libtool -static [-] file [...] [-filelist > listfile[,dirname]] [-arch_only arch] [-sacLT] > Usage: /usr/bin/libtool -dynamic [-] file [...] [-filelist > listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name] > [-compatibility_version #] [-current_version #] [-seg1addr 0x#] > [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] > [-seg_addr_table <filename>] [-seg_addr_table_filename > <file_system_path>] [-all_load] [-noall_load] > make: *** [lib/obj/liboo2c.la] Error 1 This looks very different from GNU libtool. Seems to be another beast altogether. On my box this version is installed: $ libtool --version ltmain.sh (GNU libtool) 1.5.22 Debian 1.5.22-4 (1.1220.2.365 2005/12/18 22:14:06) Dropping library support altogether is also an option. To do this pass --disable-libs to configure. -- mva |