Re: Core dump while installing ActiveTCL on HPUX
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: Core dump while installing ActiveTCL on HPUX

From: Aleks <vuje@ifg.uni-hannover.de>
Date: Mon Dec 05 2005 - 10:11:12 CET

PattyF schrieb:
> Hi Andre,
>
> Its HPUX 10.20 in a 32 bit environment. I know the latest ActiveState
> binaries require 11.00 or higher so I searched and found the older
> ActiveTcl8.4.3.0-hpux-parisc version. I realize this is probably
> unsupported at this time, but since I'm stuck on the operating system I
> thought I'd give it a try.
>
> Thanks,
>
> Patty
>

Hi Patty,

if you want to compile it and are using the HP-UX C-Compiler you have to
adjust your Makefile a bit after running configure.

Change the line

CFLAGS_OPTIMIZE = -O

in

CFLAGS_OPTIMIZE = -O -Ae -DUNIX -DBIT32 -DANSI

and it will compile smoothly.

Aleks
Received on Sun Dec 11 13:53:34 2005