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.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to