*BSD News Article 45678


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!nexus.coast.net!oleane!jussieu.fr!math.ohio-state.edu!cs.utexas.edu!news.sprintlink.net!demon!news.demon.co.uk!jraynard.demon.co.uk!jraynard.demon.co.uk!not-for-mail
From: james@jraynard.demon.co.uk (James Raynard)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Help installing netCDF on FreeBSD machine
Date: 20 Jun 1995 00:13:24 -0000
Organization: A FreeBSD box
Lines: 27
Message-ID: <3s53r4$17v@jraynard.demon.co.uk>
References: <3s429n$s3p@umigw.miami.edu>
NNTP-Posting-Host: localhost.jraynard.demon.co.uk
Keywords: netcdf

In article <3s429n$s3p@umigw.miami.edu>,
Ivan Lima <ivan@nauplius.rsmas.miami.edu> wrote:
>
>if [ -r ncdump.f -o -r ncdump.F ]; then  ld='f77 ';  else  ld='cc -O -O';  fi; 
>cmd="$ld ncdump.o vardata.o dumplib.o ../libsrc/libnetcdf.a  -lm -o ncdump";  
>echo $cmd;  $cmd  || (rm -f ncdump; exit 1)
>
>and the 'make all' gives me:
>
>making `all' in directory /usr/local/netcdf/ncdump
>*** Error code 1
>Stop.
>*** Error code 1
>Stop.
>
>	So, it sees something wrong and goes to "(rm -f ncdump; exit 1)" and
>gives me this "*** Error code 1". I think it has to do with the absence of f77.

There is an echo command in there to display the link command, which should 
enable you to see what's going on. If it never gets printed out, your problem 
almost certainly lies at an earlier stage.

Hope this helps,
James

-- 
Segmentation fault (core dumped): cannot find file '.signature'