Your private e-mail to me last week got lost in the shuffle.  It's
always better to mail the list instead.

According to John Elser:
> Has anyone gotten version 3.2.0b3 to work running x86 Solaris? I'm 
> running x86 Solaris 2.6 and it configures fine, but when I run the make 
> program I get errors. I've also used gmake version 3.76.1. The system 
> seemed to configured fine. Also, version 3.1.5 installed without 
> problems. 
> 
> 
> Here is the tail end of the output on my gmake command:
> 
> Configure cc -o HtConfiguration.o

The line above can't be right.  In your last e-mail to me, you wrote...
  Configuration.cc -o HtConfiguration.o

which in itself is just a fragment of a complete command to call the
compiler.  It might be useful to know the full command, as it may help
figure out the problem, although the problem is likely not with the
command line itself.  The command should start with "c++" or "g++",
I'd think.  It would also help to know your compiler version.  E.g.:
"g++ -v"  should tell you.

> HtConfiguration.cc In method `HtConfiguration::Find(URL *,const char *) const:
> :(anonymous struct)::~._350()':
> HtConfiguraton.cc:118: Internal compiler error.
> HtConfiguration.cc:118: Please submit a full bug report to '[EMAIL PROTECTED]'.
> gmake[1]: ***[HtConfiguration.lo] Error 1
> gmake[1]: Leaving directory 'usr/htdig-3.2.0b3/htdig-3.2.0b3/htcommon'
> gmake: ***[all-recursive] Error 1
> 
> Sounds like I need a different version of gmake....Any idea what version 
> works?

This isn't a problem with gmake.  gmake is calling the compiler just fine.
It's the compiler itself that's getting an internal error, as the message
says.  If it's a recent version of g++, you may want to send them a bug
report as the message says.  If it's an older version (pre-2.95 or so),
you should try a more recent version of that.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to