Namazu-devel-en(old)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MacOS
- From: james Hughes <james_hughes@xxxxxxxxxxx>
- Date: Wed, 24 Sep 2003 17:08:42 -0400
- X-ml-name: namazu-devel-en
- X-mail-count: 00091
Sorry to be a pest. I opened a bug (but I do not know if this is the
right thing to do).
On Mac OSX (BSD PPC) I did the expected ./configure and make and the
make fails. Any help is welcome.
Thanks
gcc -g -O2 -Wall -pedantic -o .libs/namazu form.o namazu.o output.o
rcfile.o result.o usage.o namazu-cmd.o ../intl/libintl.a
-L../nmz/.libs -lnmz ../lib/libnmzut.a -lm
ld: multiple definitions of symbol _getopt
/usr/lib/libm.dylib(getopt.So) definition of _getopt
../lib/libnmzut.a(getopt.o) definition of _getopt in section
(__TEXT,__text)
ld: multiple definitions of symbol _opterr
/usr/lib/libm.dylib(getopt.So) definition of _opterr
../lib/libnmzut.a(getopt.o) definition of _opterr in section
(__DATA,__data)
ld: multiple definitions of symbol _optind
/usr/lib/libm.dylib(getopt.So) definition of _optind
../lib/libnmzut.a(getopt.o) definition of _optind in section
(__DATA,__data)
ld: multiple definitions of symbol _optopt
/usr/lib/libm.dylib(getopt.So) definition of _optopt
../lib/libnmzut.a(getopt.o) definition of _optopt in section
(__DATA,__data)
make[2]: *** [namazu] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2