Ihave a trouble during the make operation

bjorn rohde jensen bjensen@fastmail.fm
Thu Oct 10 00:39:00 GMT 2002


Hi Enrique,

  It looks like, the linker could not find the xpecified
X11 library in one of the locations, it searches by default,
so you will have to provide the linker with a path to the
location of the X11 library yourself. This can be done
by adding an -L option something like -L/usr/X11R6/lib/
during link phase.
  This is not really a gcc thing as such though;)

Yours sincerely,

Bjorn



More information about the Gcc-help mailing list