From: Michael Wetherell Date: Sun, 13 Feb 2005 20:28:32 +0000 (+0000) Subject: Add some information for HP-UX 11i X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e21f30b9254cce027b6f732a1117a707cb23d8fe Add some information for HP-UX 11i git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/html/platform.htm b/docs/html/platform.htm index 8e6f89a7dc..44aa1dff14 100644 --- a/docs/html/platform.htm +++ b/docs/html/platform.htm @@ -133,10 +133,18 @@ often don't work. -HP-UX 10.20 - wxGTK with HP CC A.10.22
or HP aCC B3910B A.01.18OkStaf Verhaegen +HP-UX + + HP-UX 10.20 wxGTK with HP CC A.10.22
or HP aCC B3910B A.01.18OkStaf Verhaegen you need to add -Aa -D_HPUX_SOURCE to CFLAGS - wxGTK with gccOkJulian Albo Garcia
+ HP-UX 10.20 wxGTK with gccOkJulian Albo Garcia
+ HP-UX 11i v1 PA-RISC, wxMotif 2.5.4, tried aCC A.03.57 and g++ 3.4.2OkIan, Mike + For a 32-bit PA-RISC build, if you want to use SHLIB_PATH to make it easier to use + wxWidgets without installing it, then add LDFLAGS=-Wl,+s
+ If you want to compile the test suite then aCC A.03.57 requires CXX='aCC -AA'
+ aCC can also be used as the C compiler instead of cc by adding CC='aCC -Ae' + + HP-UX 11i v2 IA64, wxMotif 2.5.4, aCC A.06.00OkMike