>
> Hi:
>
> I am trying to compile ncar 4.3.1 on linux cluster running RedHat 7.2.
> The line below in config/Linux got chopped off in the actual Makefile.
> #define ArchRecLibSearch -L/usr/X11R6/lib -L/usr/lib/gcc-lib/i386-redhat-linux/2.96
>
> became:
> -L/usr/X11R6/lib -L/usr/lib/gcc-lib/1-redhat-1/2.96
>
> Does anyone know how to get around it other than make a symbolic link to
> the library path and make sure the symbolic link is short?
>
> Thanks!
> ----
> -Crystal
Crystal,
Try editing the file $NCARG/config/LINUX (and/or $NCARG/config/Site.local
if it exists) and putting ticks around the path:
#define ArchRecLibSearch -L/usr/X11R6/lib '-L/usr/lib/gcc-lib/i386-redhat-linux/2.96'
However, if your compiler can automatically find the GNU libraries
that it needs, you might be able to do away with the path altogether:
#define ArchRecLibSearch -L/usr/X11R6/lib
--Mary
_______________________________________________
ncarg-talk mailing list
ncarg-talk@ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncarg-talk
This archive was generated by hypermail 2b29 : Wed May 07 2003 - 16:08:37 MDT