help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gsl] C++ Builder and GSL


From: S V Subrahmanian
Subject: [Help-gsl] C++ Builder and GSL
Date: Thu, 29 Sep 2005 19:22:10 -0400 (EDT)
User-agent: SquirrelMail/1.5.1 [CVS]

I am having problems linking GSL using C++ Builder.  I have written a very 
simple code:

#include <iostream.h>
#include <gsl/gsl_matrix.h>

int main(int argc, char* argv[])
{
    gsl_matrix* m = gsl_matrix_alloc(2,2);
    return (1);
}

I get the following link error:

Error: 'C:\PROGRAM FILES\GNUWIN32\LIB\LIBGSL.LIB' contains invalid OMF record, 
type 0x21 (possibly COFF)

Can somebody help?

Regards,
SVS






reply via email to

[Prev in Thread] Current Thread [Next in Thread]