From octave-maintainers-request at bevo dot che dot wisc dot edu Thu Jan 9 23:20:24 2003 Subject: Re: scripts/Makefile.in patch From: Paul Kienzle To: octave-maintainers at bevo dot che dot wisc dot edu Date: Fri, 10 Jan 2003 00:20:56 -0500 Albert Chin wrote: >$LDFLAGS should be used in the build of gethelp if the path to the G++ >runtime library needs to be hard-coded (or anything else). > > > Except that it should be BUILD_LDFLAGS since you may be building on a machine which is different from the target machine, and this program is needed on the build machine. BUILD_FLAGS needs to be set in configure.in and makeconf, and used in doc/interpreter and src/ as well as scripts/. I've already sent a patch for this. Paul Kienzle pkienzle at users dot sf dot net