[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Undefined reference with Cygwin GSL
From: |
M Atakan Gurkan |
Subject: |
Re: [Help-gsl] Undefined reference with Cygwin GSL |
Date: |
Mon, 22 Mar 2004 00:32:32 -0600 |
User-agent: |
Mutt/1.2.5.1i |
On Sat, Mar 20, 2004 at 03:37:44PM -0500, AJ Bostian wrote:
> I compile using gcc-3.3.1 with the command
> g++ -Wall -lgsl -lgslcblas -lm myProgram.cc
This is a long shot, but I remember having problems with other compilers
when the linker flags were not the last thing on the command line.
Did you also try
g++ -Wall myProgram.cc -lgsl -lgslcblas -lm
?
good luck,
ato