cmake: do not remove ws.css; ignore auto-generated files
[metze/wireshark/wip.git] / README.aix
index fe9f8ee4a53e0119a08472d20dcaf1e4a80f0dfc..51fa379ad4c8acdb1143116902cffe75091b93c7 100644 (file)
@@ -1,5 +1,3 @@
-$Id: README.aix,v 1.6 2002/10/08 07:30:08 guy Exp $
-
 libpcap 0.7.1 and later appear to work on AIX when using AIX's native
 BPF; that appears to work better than DLPI does.  Note that you may have
 to run AIX's tcpdump, as root, before configuring, building, and
@@ -13,10 +11,14 @@ dropped since the last successful read by returning -1 and setting
 CVS version of libpcap ignores EFAULT on AIX; it appears that this fixes
 the problem.
 
-Some earlier notes: the notes about libpcap may not apply, with libpcap
-0.7.1, but they're preserved here for historical reasons.
+Some earlier notes:
+
+The notes about libpcap may not apply, with libpcap 0.7.1 and later, but
+they're preserved here for historical reasons.
 
-The glib, gtk+, and Ethereal notes still apply.
+The notes about glib, gtk+, and Ethereal may not apply, as we're now
+using GLib 2.x and GTK+ 2.x, and don't have our own gtkclist.c, but
+they're also preserved for historical reasons.
 
 After much work and toil, Craig Rodrigues was able to compile libpcap
 and Ethereal on AIX 4.3.2.  His odyssey is document in various e-mails
@@ -99,7 +101,7 @@ Hi,
 
 After much sweat and toil, I have managed to get gtk 1.2.6 to
 compile and not dump core under AIX.  The solutions were to
-(1) apply the attached patch to the configure.in in the glib-1.2.6
+(1) apply the attached patch to the configure.ac in the glib-1.2.6
 subdirectory
 
 (2)  In the file gtk+-1.2.6/gtk/Makefile, add a link flag -lgdk to link
@@ -125,8 +127,8 @@ Craig Rodrigues
 http://www.gis.net/~craigr    
 rodrigc@mediaone.net          
 
-*** configure.in.old    Thu Oct  7 17:27:43 1999
---- configure.in        Sun Nov  7 19:34:36 1999
+*** configure.ac.old    Thu Oct  7 17:27:43 1999
+--- configure.ac        Sun Nov  7 19:34:36 1999
 ***************
 *** 795,809 ****
          fi
@@ -283,7 +285,7 @@ The AIX documentation is not so well written.
 But basically, after I fixed up pcap-dlpi.c, I managed to get libpcap
 working under AIX.  This enabled me to successfully run Ethereal,
 ie. all the packets on my Ethernet network correctly showed up
-as Ethernet and not Token Ring in the Ethereal screen.
+as Ethernet and not Token Ring in the Wireshark screen.
 
 YAY!
 -- 
@@ -309,7 +311,7 @@ On Thu, Nov 11, 1999 at 11:50:23AM -0800, Guy Harris wrote:
 > > Any ideas why this causes trouble?
 > 
 > Mismatches between the layouts of data structures as declared in the
-> "gtk/gtk*.h" files in the Ethereal source tree and the layouts as
+> "gtk/gtk*.h" files in the Wireshark source tree and the layouts as
 > declared in the header files in the GTK+ source (either due to header
 > file differences - although the header files appear to be identical to
 > the GTK+ 1.2.6 ones - or due to compiler behavior differences)?