* Benji Fisher on Friday, September 22, 2006 at 08:19:12 -0400: > On Fri, Sep 22, 2006 at 09:53:06AM +0200, Christian Ebert wrote: >> Linking: gcc -L/sw/lib -L/usr/local/lib -o vim -lncurses -liconv >> -L/sw/lib -L/usr/local/lib >> /sw/lib/perl5-core/5.8.6/darwin-thread-multi-2level/auto/DynaLoader/DynaLoader.a >> -L/sw/lib/perl5-core/5.8.6/darwin-thread-multi-2level/CORE -lperl -lm -lc >> -L/sw/lib/python2.4/config -lpython2.4 -u _PyMac_Error
As I mentioned in my reply to Bram I compile with --disable-darwin, otherwise the respective perl and python libs in /sw are not linked. Plus I like that Vim stays case sensitive regarding paths. > I also have OS X 10.3.9, but I usually compile with the Carbon/Aqua > GUI. I do not see "pthread" anywhere in the output of "make". My bad. I don't want the GUI, and disabled Darwin. > Where do your log files come from? ./configure 2>&1 | tee vim-config.log Oops, just detected the nice log in src/auto; sorry. > Are you using a script to compile vim? No. > If you tell me what you do to configure and build, I can > try to reproduce the problem. CFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib" \ ./configure --prefix=/usr/local --with-features=huge \ --enable-multibyte --enable-pythoninterp --enable-perlinterp \ --without-x --disable-gui \ --disable-gtk-check --disable-gtk2-check \ --disable-motif-check --disable-athena-check \ --disable-nextaw-check --disable-carbon-check \ --disable-darwin --disable-nls \ --with-compiledby="[EMAIL PROTECTED]" As in my other mail: If the warning is just a warning and nothing else, I can live with it. Thank you. c -- _B A U S T E L L E N_ lesen! --->> <http://www.blacktrash.org/baustellen.html>
