Re: NONMEM
Date: Tue, 5 Oct 1999 07:50:13 -0700 (PDT)
From: ABoeckmann <alison@c255.ucsf.edu>
Subject: Re: NONMEM
Veronique,
The undefined references are not to NONMEM routines. They look to me like FORTRAN library routines. For example,
ZXMIN1.o(.text+0x15aa):ZXMIN1.for: undefined reference to `d_lg10'
This is probably the double precision LOG10 function, which is used in ZXMIN1. Similarly, do_fio might be an I/O subroutine.
On the command line
ld *.o -o nonmem.lib
you probably need to list one or more libraries of FORTRAN functions. The documentation for g77 might explain where to obtain these libraries. Or, it may be that there is an environment variable that you can set that tells the compiler where the libraries are.
Alison Boeckmann