Re: AIX FIX 'bitmap "icon" not defined'

gchen (gc00@gte.com)
Mon, 03 Feb 1997 17:11:26 -0500

Thanks Scott Danielson for his inspiration. Now I make it
work on AIX4.2 with AIX ld, tcl7.5 and tk4.1. So you don't
need --enable-gcc

The problem is about AIX ld, you has to set right flag for dynamic
linking:

add -brtl option whenever you need link with lib*.so

The bad news is that this -brtl option is for AIX4.2 or up. So,
maybe there is another way for AIX4.1?

--Gang Chen

gchen@gte.com
GTE Labs Inc.
Waltham, MA02134

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.