On Thu, May 02, 2002 at 11:23:13PM -0700, James Bowes wrote: > > Hi. > > I have read through the plex86/user/Makefile and the error caused in my > previous post points to this code: > > X_LIBS = > X_PRE_LIBS = > GUI_LINK_OPTS_X = $(X_LIBS) $(X_PRE_LIBS) -lX11 > GUI_LINK_OPTS_BEOS = -lbe > GUI_LINK_OPTS_WIN32 = -luser32 -lgdi32 -lwinmm -lcomdlg32 -lcomctl32 > GUI_LINK_OPTS_WIN32_VCPP = user32.lib gdi32.lib winmm.lib \ > comdlg32.lib comctl32.lib wsock32.lib > GUI_LINK_OPTS_NOGUI = > GUI_LINK_OPTS_SDL = `sdl-config --libs` > GUI_LINK_OPTS = $(GUI_LINK_OPTS_X) > > So I don't know what to do at this point... > > -james > > > On Thursday 02 May 2002 20:03, you wrote: > > /usr/bin/ld: cannot find -lX11 > > collect2: ld returned 1 exit status > > make[1]: *** [plex86] Error 1
You need the XFree86-devel package installed. -- Michael Wood <[EMAIL PROTECTED]>
