[Zope-DB] Problems compiling DCOracle2 under Redhat8

Andreas Reuleaux reuleaux@dasburo.de
Mon, 20 Jan 2003 17:37:20 +0100


Well, I tried that already:

I have changed the two occurences of gcc in the src/Makefile
to /usr/bin/gcc296, so I had
  CC=		/usr/bin/gcc296
and
  LDSHARED=	/usr/bin/gcc296 -shared

No luck either, e.g. make static:
  reuleaux@nix(~/pkgs/DCOracle2/src)$ make static
/usr/bin/gcc296 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-I/usr/include/python2.2 -I/usr/include/python2.2 -DHAVE_CONFIG_H -c
config.c
/tmp/cctsWpea.s: Assembler messages:
/tmp/cctsWpea.s:739: Warning: Unrecognized .section attribute: want
a,w,x
/tmp/cctsWpea.s:739: Warning: Unrecognized .section attribute: want
a,w,x
/tmp/cctsWpea.s:739: Error: Rest of line ignored. First ignored
character is `,'.
make: *** [config.o] Fehler 1
reuleaux@nix(~/pkgs/DCOracle2/src)$

Thanks, anyway
  Andreas


On Mon, Jan 20, 2003 at 11:26:06AM -0500, Matthew T. Kromer wrote:
> My first guess would be to try to compile using an older version of gcc; 
> perhaps 3.2 changed something.  The error messages your'e getting are 
> when the assembler is trying to assemble the gcc output -- but I can't 
> say what's wrong other than there appears to be a gcc/as mismatch.
>