This is the mail archive of the gsl-discuss@sourceware.org mailing list for the GSL project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
"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.)
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |