>The only odd output from configure that I noticed was:
>>checking whether posix fcntl locking works... no
>>checking whether flock locking works... no
>>checking whether lockf locking works... no
>>checking whether lnlock locking works... no
>>configure: warning: *** No working file locking capability found!
>>configure: warning: *** Be VERY VERY careful.

That's bad.  It usually means your compiler is broken.  And sure enough,
you've fallen for the classic "forgot to update gcc when the OS was
updated" problem:

>>/opt/Summertime_97.sparc/lib/gcc-lib/sparc-sun-solaris2.5/2.7.2.2/ \

Notice the "solaris2.5" in the name?  That means gcc was built for
Solaris 2.5.  Prior to recent versions, gcc was *extremely* sensitive
to having to be built specifically for the OS you were running.

FYI, I use gcc 2.95.3 on my Solaris 2.6 boxes and it works fine (of
course, I built it on 2.6 as well).

>Ricky

John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]

Reply via email to