Hi all,
I'm trying to get pingus running in Mac OSX, it's a lemmings clone with pinguins
I need to have Clanlib for that, so I downloaded it and did a ./configure.
but then the console said I need to have zlib running.
so I downloaded it, did a ./configure a make and a make install.
Only with the make install it went a bit wrong I think, I get this:
[eMac:~/desktop/zlib-1] janveenstra% sudo make install
Password:
cp zlib.h zconf.h /usr/local/include
chmod 644 /usr/local/include/zlib.h /usr/local/include/zconf.h
cp libz.a /usr/local/lib
cd /usr/local/lib; chmod 755 libz.a
cd /usr/local/lib; if test -f libz.so.1.1.3; then \
rm -f libz.so libz.so.1; \
ln -s libz.so.1.1.3 libz.so; \
ln -s libz.so.1.1.3 libz.so.1; \
(ldconfig || true) >/dev/null 2>&1; \
fi
any1 has a sugestion?
tnx in advance
