Changeset 12464
- Timestamp:
- 04/27/03 13:25:07 (6 years ago)
- Files:
-
- trunk/juggler/modules/vapor/ChangeLog (modified) (1 diff)
- trunk/juggler/modules/vapor/INSTALL.txt (modified) (2 diffs)
- trunk/juggler/modules/vapor/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/juggler/modules/vapor/ChangeLog
r12449 r12464 1 1 DATE AUTHOR CHANGE 2 2 ---------- -------- ----------------------------------------------------------- 3 2003-04-26 patrickh configure.in requries Autoconf 2.53 or newer. 3 4 2003-04-25 patrickh Fixed a problem in vpr::LibraryUNIX::load() where 4 5 dynamically loaded code could not dynamically load other trunk/juggler/modules/vapor/INSTALL.txt
r5141 r12464 22 22 A. Supported platforms 23 23 24 V R Juggleris officially supported on the following platforms:24 VPR is officially supported on the following platforms: 25 25 26 26 IRIX 6.5 27 Red Hat Linux 6.1 and newer28 Windows NT 4.0 and 200027 Red Hat Linux 6.1 and newer 28 Windows NT 4.0, 2000, and XP 29 29 Windows 98/Me 30 30 31 V R Juggler is known to work on the following platforms (but is32 notofficially supported):31 VPR is known to work on the following platforms (but is not 32 officially supported): 33 33 34 34 HP-UX 10.20 and 11.00 35 FreeBSD 4. 2 and5.0-CURRENT (x86)35 FreeBSD 4.x through 5.0-CURRENT (x86) 36 36 Sun Solaris 7 (x86) 37 Sun Solaris 8 (x86 and SPARC) with patches up through June 25, 2001 37 38 Mac OS X 38 39 … … 40 41 41 42 * All 42 GNU make 3.78 or newer43 GNU Autoconf 2. 1343 GNU make 3.78 44 GNU Autoconf 2.53 44 45 GNU Automake 1.4 45 46 46 * IRIX 6.5.3 or newer47 MIPSpro Compilers 7.3.1.1m or newer47 * IRIX 6.5.3 48 MIPSpro Compilers 7.3.1.1m 48 49 49 * Red Hat Linux 6.x50 GCC 2.9150 * Red Hat Linux 51 GCC 3.0 51 52 52 * RedHat Linux 7.0 53 GCC 2.96.69 54 55 * Windows NT 4.0 or newer 53 * Windows NT 4.0 56 54 Microsoft Visual Studio 6.0 (SP4 or SP5) 57 55 Juggler Tools (http://www.vrjuggler.org/pub/juggler-tools.zip) 58 Cygwin 1. 1.x including the latestCygwin build of Perl56 Cygwin 1.3.x including the Cygwin build of Perl 59 57 60 58 * HP-UX 61 59 aCC A.03.30 62 60 63 * Solaris 7 64 GCC 2.95.2 or newer 65 GNU binutils 2.9 or newer 66 Mesa3D 3.2 or newer 61 * Solaris 62 GCC 3.0 and GNU binutils 2.12 63 or 64 Sun WorkShop 6 update 2 C++ 5.3 65 Mesa3D 3.2 67 66 68 * FreeBSD 4.3 or newer69 GCC 2.95.3 or newer67 * FreeBSD 68 GCC 3.0 70 69 71 70 * Mac OS 10.0.3 trunk/juggler/modules/vapor/README.txt
r9163 r12464 36 36 37 37 HP-UX 10.20 and 11.00 38 FreeBSD 4.x and5.0-CURRENT (x86)38 FreeBSD 4.x through 5.0-CURRENT (x86) 39 39 Sun Solaris 7 (x86) 40 40 Sun Solaris 8 (x86 and SPARC) with patches up through June 25, 2001 … … 44 44 45 45 * All 46 GNU make 3.78 or newer47 GNU Autoconf 2. 1346 GNU make 3.78 47 GNU Autoconf 2.53 48 48 GNU Automake 1.4 49 49 50 * IRIX 51 MIPSpro Compilers 7.3.1.1m or newer50 * IRIX 6.5.3 51 MIPSpro Compilers 7.3.1.1m 52 52 53 * Red Hat Linux 6.x54 GCC 2.95.353 * Red Hat Linux 54 GCC 3.0 55 55 56 * RedHat Linux 7.0 57 GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-81) 56 * Windows NT 4.0 57 Microsoft Visual Studio 6.0 (SP4 or SP5) 58 Juggler Tools (http://www.vrjuggler.org/pub/juggler-tools.zip) 59 Cygwin 1.3.x including the Cygwin build of Perl 58 60 59 61 * HP-UX 60 62 aCC A.03.30 61 63 62 * Win32 63 Microsoft Visual Studio 6.0 (SP4 or SP5) 64 Juggler Tools (http://www.vrjuggler.org/pub/juggler-tools.zip) 64 * Solaris 65 GCC 3.0 and GNU binutils 2.12 66 or 67 Sun WorkShop 6 update 2 C++ 5.3 68 Mesa3D 3.2 69 70 * FreeBSD 71 GCC 3.0 72 73 * Mac OS 10.0.3 74 Developer package 65 75 66 76 ==============================================================================
