home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / Rhapsody / unix / developer / language / perl5.004_04.README < prev    next >
Encoding:
Text File  |  1998-01-15  |  807 b   |  21 lines

  1. Changes to build perl5.004_04 on Rhapsody Developer Release 1 for Intel
  2. David Young (dwy@ace.net)
  3.  
  4. - configure with:
  5.   system type set to "none"
  6.   no libc namelist extraction (this seems to break on System.framework)
  7.   system malloc()
  8.  
  9. - fix minor telldir multiple declaration error in pp_sys.c
  10. - need to change dyld_stub_etc in perl.c to the new _NSGetEnviron
  11.   (much cooler if you ask me) in /usr/include/crt_externs.h
  12. - remove call to sigpending() (appears to be a system call missing from
  13.   System.framework, though the manual pages document it)
  14.  
  15. that's it!
  16.  
  17. I currently don't have access to a PowerPC based machine, though I'm sure
  18. many PPC users will want perl. If you attempt building the accompanying
  19. source archive (perl5.004_04+fixed.s.tar.gz) on PPC and encounter
  20. difficulty, please let me know.
  21.