<div dir="ltr"><div>It is working fine when I disable static librararies. Please let me know your ideas</div>
<div> </div>
<div>gcc -ansi -O -I.././include -I/usr/openwin/include -I/usr/dt/include -I/usr/local/hdf/include -I/usr/local/netcdf-4.0/include -I/usr/local/udunits-1.12.9/include -I/usr/local/include -I/usr/include -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -Di386 -DNeedFuncProto -c ymake-filter.c<br>
gcc -ansi -O -o ymake-filter ymake-filter.o -L/usr/local/ncarg/lib -L/usr/openwin/lib -L/usr/dt/lib -L/usr/local/hdf/lib -L/usr/local/netcdf-4.0/lib -L/usr/local/udunits-1.12.9/lib -L/usr/local/lib -L/usr/lib -Wl,-Bdynamic -lnsl -lintl -lsocket -ldl -lw -Wl,-Bstatic<br>
ld: fatal: library -lc: not found<br>ld: fatal: File processing errors. No output written to ymake-filter<br>collect2: ld returned 1 exit status<br>*** Error code 1<br>make: Fatal error: Command failed for target `ymake-filter'<br>
Current working directory /u/gaminik/ncl_ncarg-5.0.0/config<br>*** Error code 1<br>The following command caused the error:<br>for dir in config common ncarg2d ngmath ncarview ; do \<br>if (test -d $dir) then \<br>(cd $dir; echo "Making ./$dir";\<br>
make );sleep 1;\<br>else echo "NOT Making ./$dir"; fi \<br>done<br>make: Fatal error: Command failed for target `makesubdirs'<br>Current working directory /u/gaminik/ncl_ncarg-5.0.0<br>*** Error code 1<br>The following command caused the error:<br>
make all<br>make: Fatal error: Command failed for target `Everything'<br><br></div></div>