help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] question on Windows installation


From: Brian Gough
Subject: Re: [Help-gsl] question on Windows installation
Date: Tue, 23 Nov 2004 17:19:27 +0000

Hodgess, Erin writes:
 > Making all in sys
 > make[2]: Entering directory `/cygdrive/c/gsl-1.5/sys'
 > /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
 > -g -O2 -c -o prec.lo `test -f 'prec.c' || echo './'`prec.c
 > rm -f .libs/prec.lo
 > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c prec.c  -DDLL_EXPORT -DPIC
 > -o .libs/prec.lo
 > prec.c:23:29: gsl/gsl_machine.h: No such file or directory

This file should be created by the line in the gsl/ subdirectory Makefile

  test -r $BASENAME || ln -s $h $BASENAME;

further up.  Perhaps there's a problem with it which prevents the link
to the header file being created (I believe it used to work out of the
box on Cygwin).

-- 
best regards,

Brian Gough

Network Theory Ltd,
Commercial support for GSL --- http://www.network-theory.co.uk/gsl/




reply via email to

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