regarding about i686-pc-cygwin/bin/ld: cannot find -lX11

2004-01-22 Thread fai choy
Dear Corinna or anyone who can help,
I ran 'make' on my cygwin to compile one of my c
program and got into 

the 'cannot find -lX11' error. I searched the cygwin
archives and found 

Corinna's reply to someone running into the same
problem back in Sep 

2003. The solution was to set the LD_LIBRARY_PATH to
look for the 

libX11 files. Thus I added my own CYGWIN_LIBX11 path
to my .bashrc as 

such:

export CYGWIN_LIBX11=/cygwin/usr/X11R6/lib
export NS_HOME=/home/CHOY_PENG_FAI/ns-allinone-2.26/
export 
PATH=$NS_HOME/tcl8.3.2/unix:$NS_HOME/tk8.3.2/unix:$NS_HOME/bin:$PATH
export 
LD_LIBRARY_PATH=$NS_HOME/tcl8.3.2/unix:$NS_HOME/tk8.3.2/unix:$NS_HOME/o
tcl-1.0a8:$CYGWIN_LIBX11:$NS_HOME/lib:$LD_LIBRARY_PATH
export TCL_LIBRARY=$NS_HOME/tcl8.3.2/library

However, when I ran 'make' again, I still received the
same error. Did 

I make any mistake somewhere? Kindly advise.
Thank you.

Rgds
Choy
Nanyang Technological University
Singapore


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: regarding about i686-pc-cygwin/bin/ld: cannot find -lX11

2004-01-22 Thread Dave Korn
 

 -Original Message-
 From: cygwin-owner On Behalf Of fai choy

 I ran 'make' on my cygwin to compile one of my c program and got into 
 the 'cannot find -lX11' error. I searched the cygwin archives 
 and found 
 Corinna's reply to someone running into the same problem back in Sep 
 2003. The solution was to set the LD_LIBRARY_PATH to look for the 
 libX11 files. Thus I added my own CYGWIN_LIBX11 path to my .bashrc as 
 such:
 
 export CYGWIN_LIBX11=/cygwin/usr/X11R6/lib

  That looks wrong to me.  Most people would have those files in
/usr/X11R6/lib.  Most people don't even have a directory called 'cygwin' in
the root folder of their cygwin install.  I think you meant to say

 export CYGWIN_LIBX11=/usr/X11R6/lib

and you got a bit mixed up.


cheers, 
  DaveK
-- 
Can't think of a witty .sigline today
 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/