Delivered-To: listarch-cygwin@sourceware.cygnus.com
Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <36C1F61A.7016156C@uni-duesseldorf.de>
Date: Wed, 10 Feb 1999 22:11:55 +0100
From: Stipe Tolj <tolj@uni-duesseldorf.de>
Organization: Department of Economical Computer Science, University of Cologne, 
              Germany
X-Mailer: Mozilla 4.05 [de]C-NECCK (Win95; I)
MIME-Version: 1.0
To: Marc Haber <Marc.Haber-lists@gmx.de>
CC: cygwin@sourceware.cygnus.com
Subject: Re: lsh and/or gmp?
References: <199902090201.UAA11542@modi.xraylith.wisc.edu> <E10AAPu-0002vn-00.1999-02-09-11-29-18@torres.gf1.internal> <36C0DD0E.4E2E158C@uni-duesseldorf.de> <E10AWzb-0004Kn-03.1999-02-10-11-35-39@torres.gf1.internal>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

> 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 <tolj@uni-duesseldorf.de>

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


