Builiding "libev" under SnowLeopard
zabrane Mikael
zabrane3 at gmail.com
Mon Aug 2 11:26:43 CEST 2010
Answering my question. It seems to compile fine now after:
$ aclocal && automake --add-missing && autoconf
$ sh autogen.sh
$ ./configure
$ make
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -O3
-g -O2 -c -o ev.lo ev.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -O3 -g -O2 -c ev.c -fno-common
-DPIC -o .libs/ev.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -O3 -g -O2 -c ev.c -o ev.o
>/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -O3
-g -O2 -c -o event.lo event.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -O3 -g -O2 -c event.c
-fno-common -DPIC -o .libs/event.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -O3 -g -O2 -c event.c -o event.o
>/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link gcc -O3 -g -O2 -version-info 4:0
-o libev.la -rpath /usr/local/lib ev.lo event.lo -lm
libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o
.libs/libev.4.dylib .libs/ev.o .libs/event.o -lm -install_name
/usr/local/lib/libev.4.dylib -compatibility_version 5 -current_version 5.0
-Wl,-single_module
libtool: link: dsymutil .libs/libev.4.dylib || :
libtool: link: (cd ".libs" && rm -f "libev.dylib" && ln -s "libev.4.dylib"
"libev.dylib")
libtool: link: ar cru .libs/libev.a ev.o event.o
libtool: link: ranlib .libs/libev.a
libtool: link: ( cd ".libs" && rm -f "libev.la" && ln -s "../libev.la" "
libev.la" )
Is this the correct way to do it guys?
2010/8/2 zabrane Mikael <zabrane3 at gmail.com>
> Hi List,
>
> I'm trying to build libev under Snow Leopard without luck.
>
> $ cvs -z3 -d :pserver:anonymous at cvs.schmorp.de/schmorpforge co libev
> $ cd libev
> $ sh autogen.sh
> autogen.sh: line 3: libtoolize: command not found
> configure.ac:9: installing `./config.guess'
> configure.ac:9: installing `./config.sub'
> configure.ac:9: required file `./ltmain.sh' not found
> configure.ac:4: installing `./missing'
> configure.ac:9: required file `./ltmain.sh' not found
> autoreconf: automake failed with exit status: 1
>
> Can someone help on that please? Is it the right way to do it?
> --
> Regards
> Zab
>
--
Regards
Zabrane
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.schmorp.de/pipermail/libev/attachments/20100802/d4705fe1/attachment.html>
More information about the libev
mailing list