I should perhaps apologize for being terse in describing my
problem earlier. I am able to run XQuartz.app in place of X11.app. What I cannot do is
build my apps. Under X11, I would use the following linker commands: Other Linker
Flags = -lX11 Library Search
Paths = /usr/X11R6/lib This caused the liner to search for libraries that contained
filed such as Xlib.h and Xutil.h. However, under Mountain Lion and XQuartz, the
libraries no longer can be found. The specific error messages when linking are: /libtool: can't
locate file for: -lX11 /libtool:
file: -lX11 is not an object file (not allowed in a library) Lexical or
Preprocessor issue: X11/Xlib.h' file not found What files am I missing and what do I do to fix this? Again, thanks for your help in advance.
|