This is the mail archive of the gsl-discuss@sources.redhat.com 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]

Re: compiling GSL with other compiler


Cancan Gunadi writes:
 > ----- begin log from configure script ----
 > cgunadi@jeckyll{SunOS} /data/fpinit/cgunadi/gsl/gsl-1.1>env CC=CC
 > ./configure
 > checking for main in -lm... (cached) no

This is the first problem ^^^

 > checking for memcpy... (cached) no
 > checking for memmove... (cached) no

These are further problems ^^^

The configure script can't find the math library -lm or memcpy().
Since memcpy is a standard function it ought to be present.  Maybe
someone using solaris can comment on why it might not be found.

You could try using the C-compiler instead of the C++-compiler,

  env CC=cc ...

and see if that makes any difference.

regards
Brian Gough


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]