Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Build problems on AIX 5.3



Hi,

I tried to build zsh 4.2.1 on our new AIX 5.3 machine using gcc 3.4.3. This failed, because the SOCKLEN_T define used in zsh conflicts with a SOCKLEN_T define used internally by the AIX header files.

Renaming the constant in the zsh sources (I used SOCKLEN_T2) solved the problem.

Regards,
Bas de Bakker



Messages sorted by: Reverse Date, Date, Thread, Author