Francesco
28th June 2003, 05:51
Baan 5b, ps 7.1d.01, Oracle 9.2, Solaris 8, Quantum 3.0

I just got done upgrading everything on my system but baan, and now my api is refusing to compile.

Apart from missing gcc files (crtbegin.o) and oracle libs that can't be found (crt1.o and crtl.o), I am being terrorized by ELFCLASS64 errors when trying to make api6.2

Are there any known issues with running Oracle and/or Quantum in 64-bit mode?

Any input is appreciated at this point.

Francesco
30th June 2003, 22:45
With kudos to Mark Jones from BGS, there are a few attention points to make this work. It basically all comes down to making sure only 32-bit objects are used.

- use a 32-bit version of Quantum
- Make sure the Oracle bit32 lib comes first in the LD_LIBRARY_PATH variable.
- Adjust the makefile to use only (only, only, ONLY) 32bit versions.

That got rid of my ELFCLASS errors.