[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HPUX problems with VisualOberon
Hallo!
> I'm having troubles compiling the XTest application against
> the generated VO library. I get the following error:
> collect2: ld returned 1 exit status
> /bin/ld: Invalid loader fixup for symbol "VOObject_ObjectDesc__td".
> Error: Linker reported error, aborting
I sometimes had the effect, that generating a library while having the
old symbol and object files around leads to problems later while
linking. Since this was not reproduceable I didn't mentioned it up to
now. It always worked, when I deleted the symbold and object files before
generating the library. The makefile supplied with VO does it this way.
> When compiling XTest (without the VO library) with options "-MOv"
> I'm getting a compiler crash in VODisplay. Using "-Mv" seems to
> solve the problem. Is this reproducible on any other systems?
I always compile with
OPTIONS
optimize := TRUE;
cflags := "-O2";
and had no problems yet.
--
Gru...
Tim.