search for: _getopt

Displaying 2 results from an estimated 2 matches for "_getopt".

Did you mean: getopt
2001 Oct 24
3
Almost there...
...e audio_out.c as follows: original: #include <dlfcn.h> modified: #include <win32/include/dlfcn.h> I was able to (finally!) compile libao. Then I tried to compile the module vorbis-tools, but uninvited problems came to my party. [...] > /usr/bin/ld: multiple definitions of symbol _getopt > /usr/lib/libm.dylib(getopt.o) definition of _getopt > ../share/libgetopt.a(getopt.o) definition of _getopt in section > (__TEXT,__text) [...] Can anyone help me on this ? The whole transcription follows: -------------- [localhost:ecc/Sources/vorbis-tools] root# ./autogen.sh I am goi...
2003 Dec 25
3
Missing LDSHARED in Makefiles; build problems.
I've been trying to build Wine (20031118) on a G4 PowerBook running OS X 10.3.1. The first problem occurs during configure: checking for XF86VidModeQueryExtension in -lXxf86vm... yes checking for XRRSetScreenConfigAndRate in -lXrandr... yes checking for XvShmCreateImage in -lXv... yes configure: error: /usr/X11R6/lib/libGL.a is present on your system. This prevents linking to OpenGL. Delete