From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stipe Tolj To: Marc Haber Cc: cygwin@sourceware.cygnus.com Subject: Re: lsh and/or gmp? Date: Wed, 10 Feb 1999 13:24:00 -0000 Message-id: <36C1F61A.7016156C@uni-duesseldorf.de> References: <199902090201.UAA11542@modi.xraylith.wisc.edu> <36C0DD0E.4E2E158C@uni-duesseldorf.de> X-SW-Source: 1999-02/msg00317.html > On Wed, 10 Feb 1999 02:12:46 +0100, you wrote: > >See the attached patch file and change the necessary thing. The gmp-2.0.2 package > >build out of the box on my cygwin b20.1 (egcs-1.1.1 release) system. > > With your patch, the build was successfull. Even make install worked, > thanks. > > However, lsh still doesn't compile because it doesn't seem to find > gmp.h. Are the envvars set to sane values by the standard login > process or do I have to do it manually? How is the envvar called that > is used to locate include files and libraries? If gmp.h isn't found while building lsh simply add the path with the -I options into the CFLAGS or INCDIR of the corsponding Makefile of lsh. You may add something like -I/usr/local/include is gmp.h is located within this dir. Regards, Stipe -- Stipe Tolj Cygwin Porting Project -- "We build UNIX on top of Windows" http://www.student.uni-koeln.de/cygwin/ Department of Economical Computer Science University of Cologne, Germany -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stipe Tolj To: Marc Haber Cc: cygwin@sourceware.cygnus.com Subject: Re: lsh and/or gmp? Date: Sun, 28 Feb 1999 23:02:00 -0000 Message-ID: <36C1F61A.7016156C@uni-duesseldorf.de> References: <199902090201.UAA11542@modi.xraylith.wisc.edu> <36C0DD0E.4E2E158C@uni-duesseldorf.de> X-SW-Source: 1999-02n/msg00308.html Message-ID: <19990228230200.KHk1tmaBF80kNAWnlCATbIGRp0r0Ua69Sf21pbtAH9w@z> > On Wed, 10 Feb 1999 02:12:46 +0100, you wrote: > >See the attached patch file and change the necessary thing. The gmp-2.0.2 package > >build out of the box on my cygwin b20.1 (egcs-1.1.1 release) system. > > With your patch, the build was successfull. Even make install worked, > thanks. > > However, lsh still doesn't compile because it doesn't seem to find > gmp.h. Are the envvars set to sane values by the standard login > process or do I have to do it manually? How is the envvar called that > is used to locate include files and libraries? If gmp.h isn't found while building lsh simply add the path with the -I options into the CFLAGS or INCDIR of the corsponding Makefile of lsh. You may add something like -I/usr/local/include is gmp.h is located within this dir. Regards, Stipe -- Stipe Tolj Cygwin Porting Project -- "We build UNIX on top of Windows" http://www.student.uni-koeln.de/cygwin/ Department of Economical Computer Science University of Cologne, Germany -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com