Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2003 18:22:00 -0700 (PDT)
From:      Tak Pui LOU <lou@man-97-187.ResHall.Berkeley.EDU>
To:        freebsd-questions@freebsd.org
Subject:   need help with gmake
Message-ID:  <20030903181244.H91207@man-97-187.ResHall.Berkeley.EDU>

next in thread | raw e-mail | index | archive | help
Hi,

I am compiling a program with 4 static libraries. If I compile the program
by using gmake with its Makefile, an excutable is made without any errors.
However, the excutable exited on signal 6 when I ran it. If I compile the
program by running the compilers (f95 and cc) by hand, the excutable
created works without abort signal. Does anyone know what is wrong with
the Makefile?

Thanks,
---
Lou

P.S. I created the static libraries with "ar rvs ..." as specified in the
Makefile.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030903181244.H91207>