help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] notes on compiling smalltalk-1.95.9 on AIX 4.3.3


From: Earl Dukerschein
Subject: [Help-smalltalk] notes on compiling smalltalk-1.95.9 on AIX 4.3.3
Date: Tue, 05 Feb 2002 08:59:22 -0600

These are problems and possible solutions I found.  I am only slightly
able to work around compiler problems.

AIX 4.3.3 with gcc 2.95.2.

Used -O instead of -O2 for CCFLAGS due to problems with -O2
known for this version of gcc.

Used configure --disable-shared, due to ".xfree not found" and
  configure error "shared not found" on lines 5166 and 4842.

tcp.c - remmed out line 118 /* extern int h_errno; */
  Due to parse error on the line and h_errno not used anyway.

Using AIX cc died with mmap not found.

Ending gst session with ^C instead of ^D causes all sorts of binary
data to be displayed on the screen.  Session must be killed.

Added "\n" to "st>" in input.c to display prompt before instead of after
input.  Might be a screen problem with SecureCRT 3.4.

Thanks for your time!

Earl





reply via email to

[Prev in Thread] Current Thread [Next in Thread]