[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] undefined
From: |
Emmanuel Favre-Nicolin |
Subject: |
[Help-gsl] undefined |
Date: |
Mon, 20 Sep 2004 17:58:41 +0200 |
User-agent: |
KMail/1.6.1 |
reference to `_gsl_...
X-BeenThere: address@hidden
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Users list for the GNU Scientific Library <help-gsl.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/help-gsl>,
<mailto:address@hidden>
List-Archive: <http://lists.gnu.org/pipermail/help-gsl>
List-Post: <mailto:address@hidden>
List-Help: <mailto:address@hidden>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/help-gsl>,
<mailto:address@hidden>
X-List-Received-Date: Mon, 20 Sep 2004 16:08:03 -0000
Hi,
I'm usually using GSL under linux and have no problem. Now, I'm asked to
install my programs on a windows box. To do so, I tried to use cygwin. My
porgrams that do compile on linux doesn't with gsl of cygwin. The typical
errors are :
gcc -lm -lgsl -lgslcblas -o IV IV.c
In file included from IV.c:14:
jonction_NS.h:1: warning: no semicolon at end of struct or union
/c/DOCUME~1/emmanuel/LOCALS~1/Temp/ccEcQoTT.o(.text+0x2a):IV.c: undefined
reference to `_gsl_integration_workspace_alloc'
/c/DOCUME~1/emmanuel/LOCALS~1/Temp/ccEcQoTT.o(.text+0x1bf):IV.c: undefined
reference to `_gsl_integration_qags'
/c/DOCUME~1/emmanuel/LOCALS~1/Temp/ccEcQoTT.o(.text+0x48e):IV.c: undefined
reference to `_gsl_integration_workspace_alloc'
/c/DOCUME~1/emmanuel/LOCALS~1/Temp/ccEcQoTT.o(.text+0x4e1):IV.c: undefined
reference to `_gsl_integration_qags'
collect2: ld returned 1 exit status
make: *** [compile] Error 1
I've seen in several previous messages that problem, I guess it's not solve?
Is there a workaround (changing a flag?) staying with cygwin?
Is there another way to use gsl with windows?
Emmanuel.
- [Help-gsl] undefined,
Emmanuel Favre-Nicolin <=