<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<META content="MSHTML 6.00.6000.16674" name=GENERATOR></HEAD>
<BODY id=role_body style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial"
bottomMargin=7 leftMargin=7 topMargin=7 rightMargin=7><FONT id=role_document
face=Arial color=#000000 size=2>
<DIV>
<DIV>
<DIV>In einer eMail vom 01.07.2008 16:40:05 Westeuropäische Normalzeit schreibt
reg28@cam.ac.uk:</DIV>
<BLOCKQUOTE
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: blue 2px solid"><FONT
style="BACKGROUND-COLOR: transparent" face=Arial color=#000000 size=2>Hi
Michael<BR><BR>How did you generate the ./configure
script?<BR></FONT></BLOCKQUOTE></DIV>
<DIV>Hi reg28,</DIV>
<DIV> </DIV>
<DIV>I did not generate it. It is part of the files which were supplied
with Gmsh.</DIV>
<DIV> </DIV>
<DIV>Now I´ve tried to compile an example file from GSL:</DIV>
<DIV> </DIV>
<DIV>#include <stdio.h><BR>#include
<gsl/gsl_sf_bessel.h><BR> <BR>int<BR>main
(void)<BR>{<BR> double x = 5.0;<BR> double y = gsl_sf_bessel_J0
(x);<BR> printf ("J0(%g) = %.18e\n", x, y);<BR> return 0;<BR>}</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>This is the calling script:</DIV>
<DIV> </DIV>
<DIV>#! /bin/sh</DIV>
<DIV> </DIV>
<DIV>#ls -1 /c/Programme/FEM_GMSH/gsl-1.11/gsl</DIV>
<DIV> </DIV>
<DIV>gcc -L/c/Programme/FEM_GMSH/gsl-1.11/.libs -lgsl
-I/c/Programme/FEM_GMSH/gsl-1.11 /c/Programme/FEM_GMSH/cpptest1/Bessel1.c -o
Bessel1 -g<BR>Bessel1</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>And this is the output on MSYS:</DIV>
<DIV> </DIV>
<DIV>$ tst2<BR>C:/DOKUME~1/MICHAE~1/LOKALE~1/Temp/ccqgbaaa.o(.text+0x3a): In
function `main':<BR>c:/Programme/FEM_GMSH/cpptest1/Bessel1.c:8: undefined
reference to `gsl_sf_bessel_J0'<BR>collect2: ld returned 1 exit
status<BR>./tst2: Bessel1: command not found<BR></DIV>
<DIV> </DIV>
<DIV>How is it possible, that the library is found but `gsl_sf_bessel_J0' is
not?</DIV>
<DIV>ls -1 does work.</DIV>
<DIV> </DIV>
<DIV><BR> </DIV>
<DIV>Windows XP SP2</DIV>
<DIV>MingW32</DIV>
<DIV>MSYS</DIV>
<DIV>Gmsh 2.2</DIV>
<DIV> </DIV></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT lang=2 face=Arial size=2 FAMILY="SANSSERIF"
PTSIZE="10">Greetings,<BR><BR> Michael
Glockenmeier<BR><BR>----------------------------------------------<BR>Fa.
Michael Glockenmeier<BR>Dipl.-Ing. Michael Glockenmeier<BR>Hauptstr. 55
c<BR>D-86926 Greifenberg<BR>Germany<BR><BR>Tel ++49 (0) 8192/933 185<BR>Fax ++49
(0) 8192/933 186<BR>Email <A
href="mailto:mglocken@aol.com">mglocken@aol.com</A><U><BR></U><BR>Visit my site:
<A
href="http://www.femcfd.com/">www.femcfd.com</A><BR><BR>---------------------------------------------</FONT></DIV></FONT> </BODY></HTML>