On Thu, 11 Jun 1998, Chris wrote: > > Hi all, > > I took the bite the other day and moved my main systems over to glibc and > I am re-compiling some of my legacy programs. The problem I've come up > against is some code that uses the crypt function from unistd.h. It > complies fine on any bo boxes, but not on the hamm one. Any ideas? I'm > after a simple way to get it working without rewriting too much code :) > > The call is like this: > > blah = (char *) crypt (pass,pw_salt);
Link with -lcrypt..... Maarten _____________________________________________________________________________ | TU Delft, The Netherlands, Faculty of Information Technology and Systems | | Department of Electrical Engineering | | Computer Architecture and Digital Technique section | | [EMAIL PROTECTED] | ----------------------------------------------------------------------------- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]