Re: help!! [scotty2.1.5 build problem under SCO]

Rafael Benito (rbenito@nextel.es)
Thu, 9 Jan 1997 10:20:11 GMT

Hello!!
I am sure that I have a compilator in the SCO system but I don`t know if it
needs something else, like a ld linker or something.
I have installed GNU Development System (ver 95.4b).

And the errors are:

# ./configure --enable-gcc
loading cache ./config.cache
checking for gcc... gcc
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether cross-compiling... yes
checking how to run the C preprocessor... /lib/cpp
checking for flex... flex
checking for -lfl... no
checking for bison... no
checking for byacc... byacc
checking for a BSD compatible install... ./install-sh -c
checking for prefix by ... checking for scotty... no
checking for prefix by ... checking for tclsh... no
checking size of long... configure: error: can not run test program while cross
compiling
#

And in the config.log writes:

# more config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:638: gcc -E conftest.c
configure:692: gcc -o conftest -g -O conftest.c 1>&5
gcc: installation problem, cannot exec `ld': No such file or directory
configure:727: gcc -E conftest.c >/dev/null 2>conftest.out
configure:722: assert.h: No such file or directory
configure:742: gcc -E -traditional-cpp conftest.c >/dev/null 2>conftest.out
configure:737: assert.h: No such file or directory
configure:816: gcc -o conftest -g -O conftest.c -lfl 1>&5
gcc: installation problem, cannot exec `ld': No such file or directory
#

So I don`t sure that if it`s necessary any software else to compile correctly.

Thanks!!