This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: compiling help


If you donot know how to let your gcc and/or make find
the include and lib dirs, then you need to spend some time
on studying, "How to compile a software under Unices."

-I /usr/X11R6/include
-L /usr/X11R6/lib

goes in your Makefiles.

If you are using GNUish configure then
./configure --with-x --x-includes=/usr/X11R6/incldue --x-libraries=/usr/X11R
6/lib

Suhaib

PS: X11 questions should be addressed to cygwin-xfree list


> -----Original Message-----
> From: cygwin-owner@sourceware.cygnus.com
> [mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of Joel Guerrero
> Sent: Saturday, November 20, 1999 3:16 PM
> To: cygwin@sourceware.cygnus.com
> Subject: compiling help
>
>
> I download the x11 libraries, now i want compile an x application.  But
> I don't know how to call the include directories and lib dir, so gcc can
> fin this incudes files and lib files.
> Can anyone help me in this issue?
>
> Thanks,
> Joel GUERRERO
>
>
> __________________________________________________
> Do You Yahoo!?
> Bid and sell for free at http://auctions.yahoo.com
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]