bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: Help compiling source using Cygwin


From: Mark D. Baushke
Subject: Re: Fwd: Help compiling source using Cygwin
Date: Tue, 30 Nov 2004 08:25:02 -0800

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Stefan <curious.notion@gmail.com> writes:

> Thanks for replying.
> 
> > If I download cygwin-1.5.10-3-src.tar.bz2 and unpack it I see
> > cygwin-1.5.10-3/newlib/libc/include/pwd.h
> > are you able to locate such a file? 
> 
> Yes, I can see the file in my cygwin installation:
> 
> c:/cygwin/usr/include/pwd.h
> 
> > If so, what happens when you
> > set the CFLAGS variable to use a -I/path/to/cygwin/usr/include
> > in your environment and then run configure?
> 
> When you say to set the CFLAGs varaible, do you a windows environment
> variable or something in cygwin or something in the makefile/scripts?

If you are using 'bash' as your shell, then something like

  export CFLAGS=-I/cygwin/usr/include
  ./configure
  make

should help you get further. If you find that you need libraries, then
you may need to add

  export LDFLAGS=-L/cygwin/usr/lib

or something similar to find your cygwin libraries as well.

        -- Mark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQFBrJ7e3x41pRYZE/gRAglwAKCLYgOaLPwIh1/mg3KH5S0Bmdu4SgCfTX4m
dU2R8ZFotfzLkD34lXjIAYI=
=fy5T
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]