[Help-gsl] linker problem
Jochen Küpper
jochen@fhi-berlin.mpg.de
Sun Nov 27 09:48:00 GMT 2005
"Matthias Frank" <frank.fips@gmx.de> writes:
> I am working in a Cygwin environment and just installed gsl-1.5 version.
Why not 1.7?
> $ g++ -L/usr -lgsl -lgslcblas -lm -o output diplom.o
This is not a GSL related question. You should get a basic
introduction to using a compiler/linker!
For a start, reorder you command:
,----
| g++ diplom.o -L/usr -lgsl -lgslcblas -lm -o output
`----
Greetings,
Jochen
--
Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de
Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gsl-discuss/attachments/20051127/8ba82059/attachment.sig>
More information about the Gsl-discuss
mailing list