[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OS X Jaguar No-Go
Steve Read had the brilliant insight that jaguar actually includes an
older version of gcc (2.95.2) for compatibility purposes -- I went
back and recompiled everything with this (g++2) and all is happy now.
So, you can download the binaries and updated source code with the
Makefiles to do this..
ftp://grey.colorado.edu/pub/oreilly/pdp++/
-rw-rw-r-- 1 oreilly oreilly 9873570 Oct 3 12:38 pdp++_3.0a_src.tar.gz
-rw-rw-r-- 1 oreilly oreilly 118562 Oct 3 12:35 pdp++_3.0a_ivinc.tar.gz
-rw-rw-r-- 1 oreilly oreilly 637013 Oct 3 12:35 pdp++_3.0a_ivlib_DARWIN_g++.tar.gz
-rw-rw-r-- 1 oreilly oreilly 12713303 Oct 3 12:35 pdp++_3.0a_bin_DARWIN.tar.gz
-rw-rw-r-- 1 oreilly oreilly 1207033 Oct 3 10:34 iv-pdp-r3.0.tar.gz
(note that there was a small bug in the iv-pdp-r3.0.tar.gz that is now
fixed so if you grabbed this before, re-get it..)
note that libIV is now dynamic and you'll have to make the appropriate
symbolic links as described in the INSTALL file:
1992040 Oct 3 10:20 libIV.3.0.3.dylib*
17 Oct 3 10:20 libIV.3.dylib@ -> libIV.3.0.3.dylib
17 Oct 3 10:20 libIV.dylib@ -> libIV.3.0.3.dylib
Hopefully they'll come out with a new version of gcc 3.1+ that has the
stdio_filebuf and then we can use that -- let me know if you monitor
these things when that happens..
- Randy