Re: NONMEM

From: Alison Boeckmann Date: October 05, 1999 technical Source: cognigencorp.com
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
Oct 04, 1999 Leonid Gibiansky treatment of BQL
Oct 05, 1999 James Re: treatment of BQL
Oct 05, 1999 Leonid Gibiansky RE: treatment of BQL
Oct 05, 1999 James RE: treatment of BQL
Oct 05, 1999 Alison Boeckmann Re: NONMEM
Oct 05, 1999 Lewis B. Sheiner Re: treatment of BQL
Oct 05, 1999 James RE: treatment of BQL
Oct 05, 1999 Lewis B. Sheiner Re: treatment of BQL