Re: undefined reference to 'something'

2005-07-12 Thread Kevin B. McCarty
Yinghong Zhou wrote: > Thank you very much for your reply! > > Your are absolute right. The wsmp was written by Fortran. > After I added the underscore, I have new "undefined reference" coming up. > Here is a few examples of them: > : undefined reference to `ftn_i_jishft' > ./lib/libwsmp64.a(tor

Re: undefined reference to 'something'

2005-07-12 Thread Yinghong Zhou
Hi Kevin: Thank you very much for your reply! Your are absolute right. The wsmp was written by Fortran. After I added the underscore, I have new "undefined reference" coming up. Here is a few examples of them: : undefined reference to `ftn_i_jishft' ../lib/libwsmp64.a(torder.o)(.text+0x11f9): In

Re: undefined reference to 'something'

2005-07-12 Thread Kevin B. McCarty
Yinghong Zhou wrote: > I also used rtc() in my program. The linker doesn't report error on this > one. Following is how I declare the functions in my program: > > extern "C" { > void wssmp( int* N, int* IA, int* JA, double* AVALS, double* DIAG, > int* PERM, int* INVP, doub