Hi Mike, Thanks very much for your prompt response.
I am building this on Solaris 10 Update 4 . Hence I had to manually install autoconf tool . I understand that these tools exist under /usr/sfw/bin on Nevada. Thanks for the pointer about libcurl ...I shall add the idn package. Regards, Ritu Mike Sullivan wrote: > Ritu Kamboj wrote: > >> Hi , >> >> Thanks for your response.... I installed autoconf and was able to get >> around the configure issue. > > > strange as it should be installed already. SUNWaconf really is in > the Developer meta-cluster - if you installed anything lower than > that like End-User and are trying to build you'll run into more issues > than this. And actually I install everything myself since nobody > really sits around making sure that Developer can build sfw alone > (or even ON afaik). > >> >> I am however having issues building libcurl .... >> >> 1) Cannot build libcurl-7.15.5. I can build libcurl-7.15.5-64 >> correctly but the configure fails for 7.15.5 The error message is as >> under: >> >> checking size of curl_off_t... configure: error: cannot compute >> sizeof (curl_off >> _t) > > > I would guess that's: > > 6607477 curl build should pick up libidn from the proto area first > > which should be fixed in the current gate, but I just had someone > in my office earlier saying the same thing - so maybe it's not really > fixed (or you aren't in sync with the gate). > > You can add the idn package to work around it. > > >> configure:32575: ./conftest >> ld.so.1: conftest: fatal: libidn.so.11: open failed: No such file or >> directory > > > yes see it's the libidn thing. > > >> I am doing a private build and have changed the MAIL TO parameter to >> my email id in sfw-developer.sh file.... > > > that's not what I was pointing out. It's the account that does the > bringover that matters, not where you send build mail to. So that > would be STAFFER if you let nightly do the bringover, or the > account you do bringovers as by hand. > > Mike
