How to compile tcsh on Solaris 2.5

2007-12-25 10:23:00

You need to link in the nsl and socket libraries.

This does NOT HAPPEN BY DEFAULT!

I also linked in the curses library.

It was suggested that all I need to do was copy Makefile.std

to Makefile and run make. Actually, you do three things:

Copy Makefile.std to Makefile

Copy config/sol24 to config.h

Run make :)

*I* had to use Gnu's "ar"/"ranlib".

YMMV.

Comments

Got something to say?

You must be logged in to post a comment.