Re: Clapack on Cygwin revisited

2004-11-21 Thread kele
Hi! Just a brief (happy :) note to say that I managed to compile the test programme at last! :)) The full compilation command I used is the following: gcc -mno-cygwin -I/usr/local/lib/ -I/usr/local/include -O3 testclapack.c -L/usr/local/lib lapack_CYGWIN.a -llapack -lcblaswr -lcblas tmglib_CYGWIN

Re: Clapack on Cygwin revisited

2004-11-20 Thread kele
Hi! Thanks a lot for your reply! Quoting Mark Paulus <[EMAIL PROTECTED]>: > Sounds like you might need a -L option > > gcc -o testclapack testclapack.c -L lapack.a -cblaswr > -lblas.a tmglib.a -latlas -lg2c > If I understand well, this tells gcc to access a certain directory (with the -L command

Re: Clapack on Cygwin revisited

2004-11-19 Thread Mark Paulus
Sounds like you might need a -L option gcc -o testclapack testclapack.c -L lapack.a -cblaswr -lblas.a tmglib.a -latlas -lg2c You can stack multiple -L options, one per directory (no space after the -L), the same as the -I options. also, the -l is a special convention that ONLY works when the l