On Mon, Apr 18, 2005 at 05:13:33PM -0700, Joe Buck wrote: > [ solaris failure building Java compiler ] > It appears the bug is because there's a libiconv.so in /usr/local/lib on > that machine, with headers in /usr/local/include, but /usr/local/lib isn't > in my LD_LIBRARY_PATH. configure finds the declaration and assumes it > can call the function. Sorry, I do most of my work in GNU/Linux these > days so my Solaris setup has rotted. I'll try that one again with a > proper LD_LIBRARY_PATH. > > Can someone remind me what the "make" target is to resume an interrupted > build that's in stage 2?
"make bootstrap2-lean" was what I was looking for. However, it doesn't work; there is no -liconv on the command line for building jc1. I manually edited the command generate, to add -liconv with an appropriate LD_LIBRARY_PATH. I got a successful link of jc1. Are others successfully building on sparc-sun-solaris2.8? Maybe it works for others because they have no iconv header, so configure assumes there is no iconv?