<div dir="ltr"><div>It is working fine when I disable static librararies. Please let me know your ideas</div>
<div>&nbsp;</div>
<div>gcc -ansi&nbsp; -O&nbsp; -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&nbsp;&nbsp;&nbsp; -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -Di386 -DNeedFuncProto&nbsp;&nbsp; -c&nbsp; ymake-filter.c<br>
gcc -ansi&nbsp; -O&nbsp;&nbsp;&nbsp; -o ymake-filter ymake-filter.o&nbsp; -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&nbsp;&nbsp; -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&#39;<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 &quot;Making ./$dir&quot;;\<br>
make );sleep 1;\<br>else echo &quot;NOT Making ./$dir&quot;; fi \<br>done<br>make: Fatal error: Command failed for target `makesubdirs&#39;<br>Current working directory /u/gaminik/ncl_ncarg-5.0.0<br>*** Error code 1<br>The following command caused the error:<br>
make&nbsp; all<br>make: Fatal error: Command failed for target `Everything&#39;<br><br></div></div>