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]

GSL with Portland Group compilers



Anyone out there had any luck compiling GSL with the Portland Group 
compilers under Windows?  The Portland Group has an impressive set of 
compilers.

I tried the old configure and make and it failed.
Could not find "lib"

My configure line was:
env CC=pgcc CFLAGS=-fast ./configure --prefix=/usr --disable-shared

This is the error:

PGI$ make
make  all-recursive
Making all in gsl
rm -f gsl*.h
HEADERLIST="../gsl*.h ../*/gsl*.h"; \
for h in $HEADERLIST; do \
   BASENAME=`basename $h`; \
   ln -s $h $BASENAME; \
done
Making all in utils
/bin/sh ../libtool --mode=link pgcc
rm -fr .libs/libutils.la .libs/libuti
lib /OUT:.libs/libutils.lib  placehol
lib: not found
make[2]: *** [libutils.la] Error 127
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2

Any have any ideas as to what is going wrong?

Thanks,
Danny Konkle


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