[DB-SIG] Getting warmer! Re: [DB-SIG] Informix on IRIX?

M.-A. Lemburg mal@lemburg.com
Fri, 23 Apr 1999 11:35:47 +0200


Deirdre Saoirse wrote:
> 
> I had the bright-bulb idea of building it as the informix user...
> 
> > ./bld.sh
> Platform:  IRIX64
> Shared lib suffix:
> Python include dir:  /usr/local/include/python1.5
> Python config dir:  /usr/local/lib/python1.5/config
> Informix libraries:  -lixsql -lixasf -lixgen -lixos -lixgls -lm
> 
>         gcc -c -O -fpic kinfxdb.c -I/usr/local/include/python1.5
> -I/usr/local/lib/python1.5/config -I/www/informix/incl/esql
> "-DPLATFORM=IRIX64"
> In file included from /usr/local/include/python1.5/Python.h:49,
>                  from kinfxdb.ec:7:
> /usr/local/lib/gcc-lib/mips-sgi-irix5.3/2.7.2.2/include/stdio.h:43:
> warning: empty declaration
> as: Warning: /kinfxdb.c, line 1: label should be inside .ent/.end block:
> gcc2_compiled.
>      gcc2_compiled.:
> as: Warning: /kinfxdb.c, line 1: label should be inside .ent/.end block:
> __gnu_compiled_c
>      __gnu_compiled_c:
> as: Error: /kinfxdb.c, line 1: stmt extends past logical end
>       .globl initdbi .text
> [snip]
> 
> as: Error: /kinfxdb.c, line 1: stmt extends past logical end
>       .globl _iqsetconnect .text
> *** Error code 1 (bu21)
> > gcc --version
> 2.7.2.2

Note that you should normally *never* get error messages from the
assembler when compiling a C program. It seems you've got a
configuration problem in your compiler setup. I would presume
that gcc works best with gas as assembler, yet the dump indicates
that it is in fact using some OS supplied assembler.

-- 
Marc-Andre Lemburg                               Y2000: 252 days left
---------------------------------------------------------------------
          : Python Pages >>> http://starship.skyport.net/~lemburg/  :
           ---------------------------------------------------------