This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
another libgcj build-process question
- From: Adam Megacz <adam at megacz dot com>
- To: java at gcc dot gnu dot org
- Date: 10 Dec 2001 15:10:39 -0500
- Subject: another libgcj build-process question
- Organization: Myself
Okay, I'm *really* close to having something useful...
Last problem is that my build isn't pulling all the nat*.o files into
libgcj.a when it invokes "ar". Can anybody tell me where the "magic
list 'o object files" is in the configure setup? I found a "magic list
'o .cc files to compile" list in Makefile.in, but no list of which
ones to stuff into libgcj.a.
- a