Hi Peter, I am guessing here, but are you using Apple's developer tools which shipped with 10.2 ? This works for me with the ld from the December 2002 developer tools, looks like a linker issue may have been fixed in that release.
You can get a copy of the December 2002 tools from http://connect.apple.com after free registration. I'd be interested to know if this solves your problem, I thought that this was solved prior to release of 1.0.12, but it may have only been "solved" for those of us with the latest linker :( Thanks, Peter On Sunday, June 8, 2003, at 10:53 AM, Peter Howard wrote: > (I've searched the archive and have seen related problems but not > enough > info to work the rest out :-( > > I'm trying to build sane-backends 1.0.12 on OSX 10.2, and I get the > following load errors: > > gcc -o .libs/scanimage scanimage.o stiff.o ../lib/liblib.a > ../backend/.libs/libsane.dylib -lm -framework CoreFoundation -framework > IOKit > ld: multiple definitions of symbol _getopt > /usr/lib/libm.dylib(getopt.So) definition of _getopt > ../lib/liblib.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/liblib.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/liblib.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/liblib.a(getopt.o) definition of _optopt in section > (__DATA,__data) > make[1]: *** [scanimage] Error 1 > make: *** [all-recursive] Error 1 > > > I gave no options to configure. > > Thanks > > PJH > > > > _______________________________________________ > Sane-devel mailing list > [email protected] > http://www.mostang.com/mailman/listinfo/sane-devel >
