public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: include and library paths
@ 1999-07-01 12:11 Earnie Boyd
  1999-07-31 18:34 ` Earnie Boyd
  0 siblings, 1 reply; 20+ messages in thread
From: Earnie Boyd @ 1999-07-01 12:11 UTC (permalink / raw)
  To: Ian T Zimmerman; +Cc: cygwin users

--- Ian T Zimmerman <itz@lbin.com> wrote:
> Hi, do the C_INCLUDE_PATH and LIBRARY_PATH envars work as advertised
> (and as they work on Unix installataions of gcc & friends)?
> 
> I do this:
> 
> amazon:~$ printenv C_INCLUDE_PATH
> /usr/X11R6.4/LessTif/Motif2.0/include/:/usr/X11R6.4/include/

What happens if you remove the ending / so that it reads:
/usr/X11R6.4/LessTif/Motif2.0/include:/usr/X11R6.4/include


===
Earnie Boyd < mailto:earnie_boyd@yahoo.com >

Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >

(If you respond to the list, then please don't cc me)
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

^ permalink raw reply	[flat|nested] 20+ messages in thread
* include and library paths
@ 1999-07-22  2:33 Joseph M. Hinkle
  1999-07-31 18:34 ` Joseph M. Hinkle
  0 siblings, 1 reply; 20+ messages in thread
From: Joseph M. Hinkle @ 1999-07-22  2:33 UTC (permalink / raw)
  To: cygwin

I see Mumit's Cygnus egcs-1.1.2 gcc automatically searches for include
files in /usr/include, but the same compiler in the MinGW distribution of
the same date (March 16, 1999) does not.

Could I learn the reason for that? If it's just an oversight to be
corrected, I'll leave construction of a specific -I/usr/include out of this
makefile generation code...

Thanks

jmh


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

^ permalink raw reply	[flat|nested] 20+ messages in thread
* include and library paths
@ 1999-07-01 11:53 Ian T Zimmerman
  1999-07-01 12:19 ` Chris Faylor
  1999-07-31 18:34 ` Ian T Zimmerman
  0 siblings, 2 replies; 20+ messages in thread
From: Ian T Zimmerman @ 1999-07-01 11:53 UTC (permalink / raw)
  To: cygwin

Hi, do the C_INCLUDE_PATH and LIBRARY_PATH envars work as advertised
(and as they work on Unix installataions of gcc & friends)?

I do this:

amazon:~$ printenv C_INCLUDE_PATH
/usr/X11R6.4/LessTif/Motif2.0/include/:/usr/X11R6.4/include/
amazon:~$ ls -l /usr/X11R6.4/include/X11/Intrinsic.h
-r--r--r--   1 administ None        73459 Nov  3  1998 /usr/X11R6.4/include/X11/Intrinsic.h
amazon:~$ cat stupid_test.c
#include <X11/Intrinsic.h>
amazon:~$ gcc -E stupid_test.c
stupid_test.c:1: X11/Intrinsic.h: No such file or directory
# 1 "stupid_test.c"

amazon:~$


?!?


-- 
Ian Zimmerman
Lightbinders, Inc.
2325 3rd Street #324, San Francisco, California 94107


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

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

end of thread, other threads:[~1999-07-31 18:34 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-07-01 12:11 include and library paths Earnie Boyd
1999-07-31 18:34 ` Earnie Boyd
  -- strict thread matches above, loose matches on Subject: below --
1999-07-22  2:33 Joseph M. Hinkle
1999-07-31 18:34 ` Joseph M. Hinkle
1999-07-01 11:53 Ian T Zimmerman
1999-07-01 12:19 ` Chris Faylor
1999-07-01 13:21   ` Ian T Zimmerman
1999-07-01 13:50     ` Chris Faylor
1999-07-01 14:11       ` Ian T Zimmerman
1999-07-31 18:34         ` Ian T Zimmerman
1999-07-01 14:15       ` Mumit Khan
1999-07-01 14:36         ` Ian T Zimmerman
1999-07-01 15:00           ` Mumit Khan
1999-07-31 18:34             ` Mumit Khan
1999-07-31 18:34           ` Ian T Zimmerman
1999-07-31 18:34         ` Mumit Khan
1999-07-31 18:34       ` Chris Faylor
1999-07-31 18:34     ` Ian T Zimmerman
1999-07-31 18:34   ` Chris Faylor
1999-07-31 18:34 ` Ian T Zimmerman

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).