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

Re: [ns] otcl-1.0a5 compilation problems on IRIX6.3



None of our releases have been tested on any versions of IRIX, simply
because we don't have access to those platforms. My guess of this problem
is that the make on IRIX somehow does not recognize the format of the
Makefile and failed to replace $DEFINE with the contents. If you look at
the Makefile, you'll probably notice that there is one extra '\' at the
end of INCLUDES. That's perhaps where IRIX make messed up and try removing
that character. 

- Haobo

On Wed, 12 Apr 2000, Colleen Kane Steward wrote:

> I am unable to compile octl-1.0a5 on my SGI IRIX6.3
> after downloading ns-allinone-2.1b6.
> Below is an output snippet from the install script,
> Any suggestions?
> 
> Thanks.
> Colleen
> 
> :
> :
> checking for a BSD compatible install... /usr/misc/bin/install -c
> checking system version (for dynamic loading)... IRIX-6.3
> Can't figure out how to do dynamic loading or shared libraries
> on this system.
> No explicit static compilation flag; setting V_STATIC to ""
> no dynamic load lib
> checking for a BSD compatible install... /usr/misc/bin/install -c
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> creating ./gen
> creating ./bin
>         rm -f libotcl.a otcl.o
>         gcc -c -g -O2  -I.
> -I/local/steward/ee6768/bin/ns-allinone-2.1b6/tkbox/include
> -I/local/steward/ee6768/bin/ns-allinone-2.1b6/tclbox/include
> -I/include  DEFINES =  -DNDEBUG -DUSE_SHM otcl.c
> gcc: DEFINES: No such file or directory
> gcc: =: No such file or directory
> *** Error code 1 (bu21)
> otcl-1.0a5 make failed! Exiting ...
> 
> --
> +---------------------------------------------+
> | Colleen Kane Steward                        |
> | Motorola, Network Systems Group             |
> | 1501 W. Shure Drive, Southwest Atrium       |
> | Arlington Heights, IL 60004                 |
> | Telephone: 847-435-2678   Fax:847-435-3552  |
> | Pager:     1-800-759-8888  Pin: 1610627     |
> | EMAIL:     [email protected]              |
> +---------------------------------------------+
> 
> 
> 
>