in reply to Perl build failed on Solaris 2.8 !!!

I'd bet money that you've got a problem with a conflict due to a #define.

My next step would be to look at and before line 307 of /usr/include/sys/stream.h to find any words before projid_t and search through all of Perl's *.h for those word(s).

- tye        

  • Comment on Re: Perl build failed on Solaris 2.8 !!! (#define)

Replies are listed 'Best First'.
Re^2: Perl build failed on Solaris 2.8 !!! (#define)
by red-beard (Scribe) on Aug 17, 2004 at 19:15 UTC
    I had a similar problem with building pam ldap software on Solaris. Although it's been over a year. I noticed /usr/include/sys is being used. You may want to try modifying your Makefile so that it points to the headerfiles used by gcc. This may end up in /usr/local/lib depending on were gcc was installed.