<!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>
<META content="MSHTML 6.00.6000.16674" name=GENERATOR><FONT id=rolx_document 
face=Arial color=#000000 size=2>Hi reg28, 
<DIV>
<DIV>
<DIV> </DIV>
<DIV>Thanks for your reply.</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>g++ 
  bessel_test.cc `gsl-config --cflags` `gsl-config --libs` 
  -o<BR>bessel_test.exe</FONT></BLOCKQUOTE></DIV>
<DIV>I´ve tried it and got this output on MSYS:</DIV>
<DIV> </DIV>
<DIV>$ tst3<BR>./tst3: gsl-config: command not found<BR>./tst3: gsl-config: 
command not found<BR>bessel_test.cc:2:31: gsl/gsl_sf_bessel.h: No such file or 
directory<BR>bessel_test.cc: In function `int main()':<BR>bessel_test.cc:8: 
error: `gsl_sf_bessel_J0' undeclared (first use this 
function)<BR>bessel_test.cc:8: error: (Each undeclared identifier is reported 
only once for each function it appears in.)</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Next I´ve included the output of gsl-config by hand in my script:</DIV>
<DIV> </DIV>
<DIV>#! /bin/sh</DIV>
<DIV>g++ bessel_test.cc -I/usr/local/include -L/usr/local/lib -lgsl -lgslcblas 
-lm -o bessel_test.exe</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>This leads to:</DIV>
<DIV> </DIV>
<DIV>$ tst4<BR>bessel_test.cc:2:31: gsl/gsl_sf_bessel.h: No such file or 
directory<BR>bessel_test.cc: In function `int main()':<BR>bessel_test.cc:8: 
error: `gsl_sf_bessel_J0' undeclared (first use this 
function)<BR>bessel_test.cc:8: error: (Each undeclared identifier is reported 
only once for each function it appears in.)<BR>./tst4: -L/usr/local/lib: No such 
file or directory<BR>./tst4: -o: command not found</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>If you have an idea what to do next, please let me know.</DIV>
<DIV> </DIV>
<DIV><BR>
<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 title=mailto:mglocken@aol.com 
href="mailto:mglocken@aol.com">mglocken@aol.com</A><U><BR></U><BR>Visit my site: 
<A title=http://www.femcfd.com/ 
href="http://www.femcfd.com/">www.femcfd.com</A><BR><BR>---------------------------------------------</FONT></DIV></DIV></DIV></FONT></FONT>   </BODY></HTML>