missing .lo files
Gerald <[email protected]> Mon, 24 Nov 2003 22:56:01 -0500 (EST)
| Newsgroups | gmane.comp.gnu.radius.bugs |
|---|---|
| Message-ID | <[email protected]> |
I'm still working my way to simply a patch but I did find where it starts: http://kod.inch.com/radius/lo_cause.txt it creates the libtool file for util.lo and then it looks like two more gcc lines are called without the libtool command for util.c again. Then starts the files that get skipped starting with the next line "/usr/local/bin/bash ../libtool --mode=compile" is missing after the if statement. Now I gotta go teach myself automake and autoconf to figure out which one is missing the expansion, or expanding too much on util.c. Gerald