public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Ihave a trouble during the make operation
@ 2002-10-09 15:02 Enrique Donato Mora
  2002-10-10  0:39 ` bjorn rohde jensen
  0 siblings, 1 reply; 2+ messages in thread
From: Enrique Donato Mora @ 2002-10-09 15:02 UTC (permalink / raw)
  To: gcc-help

Hello (sorry about my english)

I habe a trouble during the make operation.

/usr/bin/ld: cannot find -lX11

i dont known what its happend.

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Ihave a trouble during the make operation
  2002-10-09 15:02 Ihave a trouble during the make operation Enrique Donato Mora
@ 2002-10-10  0:39 ` bjorn rohde jensen
  0 siblings, 0 replies; 2+ messages in thread
From: bjorn rohde jensen @ 2002-10-10  0:39 UTC (permalink / raw)
  To: Enrique Donato Mora; +Cc: gcc-help

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-10  7:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-09 15:02 Ihave a trouble during the make operation Enrique Donato Mora
2002-10-10  0:39 ` bjorn rohde jensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).