Mohan Embar wrote: > Hi All, > > I remember at one point in time, we weren't allowed to > assume GNU ld for libgcj. Is this still true? If so, > does vanilla POSIX ld support --whole-archive? > --whole-archive is a GNU binutils option. If you want to use it you should probably use some autoconf foo to check that it will work. David Daney