On Mon, Mar 14, 2005 at 02:25:47AM -0700, Jim wrote: > On Mon, 14 Mar 2005, Brian Salter-Duke wrote: > > >Expecting n32 objects /usr/lib/crt1.o is o32. > > > >Is there a way of configuring to fix this? > > > >Any help would be appreciated. > > Have you looked at the following? > > > http://sourceforge.net/mailarchive/forum.php?forum_id=2688&max_rows=25&style=nested&viewmonth=200203 > > Not sure if it will help since the issue was never fully resolved in the > thread, but perhaps it will be of some use.
Yes, this did indeed help. Many thanks. Since, as you say, the issues were never fully resolved in the thread, here is a summary:- Using the SGI C compiler, cc, and the c++ compiler, CC, and then set setenv LDFLAGS -L/usr/lib32 before doing ./configure This then gives the further error mentioned in the thread that is here plus Geoff Hutchison's response:- > ld32: ERROR 33 : Unresolved text symbol "alloca" -- 1st referenced by > ../htlib/libht.a(regex.o). "Ugh. Strange that the configure script manage to get things to work, but it doesn"t here. What you want to do is remove regex.* and take the regex target out of the htlib Makefile. This should use the builtin IRIX system call rather than the GNU-regex that"s included.". If regex.c in htdig is renamed or removed, and configure done again, this time it does not chose to use the htdig regex and all is well. I now have working ht://Dig, although creating the database dropped core on a memmory fault, but it still searches pages. I'll try an update of the database later. Brian. > Jim > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > ht://Dig general mailing list: <[email protected]> > ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html > List information (subscribe/unsubscribe, etc.) > https://lists.sourceforge.net/lists/listinfo/htdig-general -- Brian Salter-Duke (Brian Duke) [EMAIL PROTECTED] Post: 626 Melbourne Rd, Spotswood, VIC, 3015, Australia Phone 03-93992847. http://members.iinet.net.au/~linden1/brian/ ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ht://Dig general mailing list: <[email protected]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

