Compiling libnoise on OSX 10.6
Posted
by grrussel
on Stack Overflow
See other posts from Stack Overflow
or by grrussel
Published on 2010-04-02T21:59:21Z
Indexed on
2010/04/02
22:03 UTC
Read the original article
Hit count: 666
Has anyone compiled, or know of a pre-compiled, libnoise for MacOS X 10.6? It does not compile out of the box here due to a libtool issue.
libtool --mode=compile g++ -c ../src/latlon.cpp -o ../src/latlon.o
libtool: unknown option character `-' in: --mode=compile
© Stack Overflow or respective owner