This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: "Eddy" <address@hidden> >Organization: CCNY >Keywords: 200101161637.f0GGbmo03822 McIDAS-X gcc Eddy, >I sent a message a earlier about a build problem I think it got bounced >so I am resending it. I am at the AMS show right now, so getting to support email is hit and miss. >########################################## >Tue Jan 16 10:52:01 EST 2001: BUILD BEGIN >########################################## > >./mccomp -O -vendor -I. -I../netcdf/libsrc -I../jpeg -I../zlib -c >convdlmc.c >rm -f convdlmc.o >gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O >-I. -I../netcdf/libsrc -I. >./jpeg -I../zlib convdlmc.c >compile convdlmc.c: done >./mccomp -O -vendor -I. -I../netcdf/libsrc -I../jpeg -I../zlib -c >convdlmf.f >rm -f convdlmf.o >mcfc -c -O -I. -I../netcdf/libsrc -I../jpeg -I../zlib convdlmf.f > >Unable to find f2c binary in /usr/local/fc/bin = >/usr/local/f2c/bin > /usr/local/bin /usr/bin /bin >Install f2c and add the directory of f2c binary to list of >searched dirctories defined by BINDIR at the top of the file >mcidas#.###/src/mcf >c.sh > >compile convdlmf.f: FAILED > > >Please let me know what did I do wrong >thank you The message above is telling you that the McIDAS build script mcfc (created from mcfc.sh) can not find the C to Fortan converter, f2c. It is apparently not located in one of the directories listed above. Does your system have f2c loaded on it? If not, you need to unless you can use the vendor-supplied compilers (if there are some). What kind of machine/OS are you attempting to build on? Tom Yoksas