<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>
<META content="MSHTML 6.00.2800.1141" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=633431015-21022003>Just
an FYI for anyone that runs into this problem. Julian was right in that
the Sun compiler was on the box without a license. I removed it
but HTML-Parser still wouldn't make. Turns out that when we installed
Perl, it too found the Sun compiler instead of gcc and had some pointers to it
in the Perl config files. Reinstalling Perl after removing the Sun
compiler solved the problem completely.</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=633431015-21022003></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=633431015-21022003>Thanks
to everyone who responded.</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV align=left><FONT face=Arial size=2>Ed Tate (<A
href="mailto:etate01@hazelwoodschools.org">etate01@hazelwoodschools.org</A>)</FONT></DIV>
<DIV align=left><FONT face=Arial size=2>Coordinator of Technology
Services</FONT></DIV>
<DIV align=left><FONT face=Arial size=2>Hazelwood School District</FONT></DIV>
<DIV align=left><FONT face=Arial size=2>Florissant, Missouri</FONT></DIV>
<DIV align=left> </DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT
face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Julian Field
[mailto:mailscanner@ecs.soton.ac.uk] <BR><B>Sent:</B> Wednesday, February 19,
2003 1:01 PM<BR><B>To:</B> etate01@sun.hazelwood.k12.mo.us<BR><B>Subject:</B>
Re: HTML-Parser won't compile on Solaris 2.6<BR><BR></FONT></DIV>At 18:43
19/02/2003, you wrote:<BR>
<BLOCKQUOTE class=cite cite="" type="cite"><FONT face=arial size=2>Here's
what's happening:</FONT><BR> <BR><FONT face=arial size=2>#
make<BR>/opt/SUNWspro/bin/cc -c -I/usr/local/include
-I/opt/gnu/include -D_LARGEFILE_S<BR>OURCE -D_FILE_OFFSET_BITS=64
-O -DVERSION=\"3.26\" -DXS_VERSION=\"3.26\"
-KPIC<BR> "-I/usr/local/lib/perl5/5.8.0/sun4-solaris/CORE"
-DMARKED_SECTION Parser.c</FONT><BR> <BR><FONT face=arial
size=2>License Error : Cannot connect to the license server
(sun)..<BR> for
product(SPARCompiler C).<BR>
(License server may not have been started)<BR>cc: acomp failed for
Parser.c<BR>make: *** [Parser.o] Error 2<BR>#</FONT></BLOCKQUOTE><BR>You need
to change the Makefile to use gcc instead of cc. Search the Makefile for cc
and change them to gcc. Also get rid of "-O3 -xdepend". I might have the -O
number wrong, so look through the Makefile for "depend".<BR><BR>Basic problem
is that you have SUNWspro installed, but no licence for it. I would remove
SUNWspro if you have not purchased a licence for it. <BR>
<DIV>-- </DIV>
<DIV>Julian Field</DIV>
<DIV><A href="http://www.mailscanner.info/"
EUDORA="AUTOURL">www.MailScanner.info</A></DIV>MailScanner thanks transtec
Computers for their support </BLOCKQUOTE></BODY></HTML>