home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.os.os2.misc:30020 comp.os.os2.programmer:4938
- Path: sparky!uunet!dtix!darwin.sura.net!spool.mu.edu!yale.edu!ira.uka.de!math.fu-berlin.de!informatik.tu-muenchen.de!rommel
- From: rommel@Informatik.TU-Muenchen.DE (Kai-Uwe Rommel)
- Newsgroups: comp.os.os2.misc,comp.os.os2.programmer
- Subject: Re: Crypt?
- Message-ID: <1992Sep14.102857.14100@Informatik.TU-Muenchen.DE>
- Date: 14 Sep 92 10:28:57 GMT
- References: <1992Sep14.053939.4179@unixg.ubc.ca>
- Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
- Organization: Technische Universitaet Muenchen, Germany
- Lines: 21
-
- In article <1992Sep14.053939.4179@unixg.ubc.ca> ochealth@unixg.ubc.ca (ochealth) writes:
- >
- >Has anyone managed to get Gnu crypt recently added to the GNU library
- >to compile? I can compile, using EMX but the test programs claim
- >that crypt isn't working properly. Will crypt be added to EMX or GCC/2
- >soon?
-
- The GNU crypt routines work fine with EMX (and IBM C Set/2 too, BTW).
- The problem you discovered is not in crypt but in the EMX C library. The
- particular use of scanf in the get8 routine in cert.c does not work
- with the EMX C library. After fixing that, cert.c worked fine and all
- tests passed.
-
- The fix will hopefully be in emx 0.8e which is not far away, BTW.
-
- Kai Uwe Rommel
-
- /* Kai Uwe Rommel --- rommel@informatik.tu-muenchen.de */
-
- DOS ... is still a real mode only non-reentrant interrupt
- handler, and always will be. -Russell Williams
-