Hi Now I'm trying to compile and run MODULE. Can someone post makefile for linux? (My linux version is RedHat 8.0)
I'm using makefile that came with opendx4.2.0 and it gives me the error below. ================== %gmake hello gcc -I/usr/local/dx/include -g -O2 -Wall -g -O2 -I/usr/X11R6/include -D_GNU_SOURCE userhello.c hello.c -L/usr/local/dx/lib_linux -lDX -lnsl -lnetcdf -lcdf -lXpm -ldl -lXm -lXp -lGLU -lGL -L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib -lMagick -ljbig -ldf -lmpeg2 -ltiff -lfreetype -ljasper -ljpeg -lpng -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lpthread -lm -Wl,-export-dynamic -o dxexec /usr/bin/ld: cannot find -lnetcdf collect2: ld returned 1 exit status gmake: *** [hello] Error 1 ==================== Regards, Juw Won
