Have you tried installing gcc on solaris? I've had better luck getting gcc
to work than the Sun compiler software...
You can download a compiled package from sunfreeware.com. (Then you can
compile a new, optimal version of gcc if you want...;-)
-John
Sam Varshavchik writes:
> E Greer writes:
>
>> Hello,
>>
>> Can someone please help, I'm trying to compile sqwebmail 1.25 and every
>> time I run ./configure I get an error saying cannot find gdbm or the db
>> library. I downloaded and installed gdbm and I still get the same error.
>> I'm running Solaris 7, qmail 1.03.
>>
>> Any help would greatly appreciated.
>
> Sun's brain-damaged compiler doesn't search /usr/local/lib, where you've
> installed GDBM. Move GDBM to /usr/lib, and the include files to
> /usr/include.
>
>
> --
> Sam
>