[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] A problem with compiling tcsh



Hi!

When compiling tcsh (original source archive with the diff from KGMD applied)
I received some error messages from the linker (only one for each variable
listed here) when I linked it with MiNT lib PL 49 (PL 46 from KGMD gives no
errors):
-------------------------------- >8 schnipp 8<
--------------------------------
ld: fatal error: relocation out of range (34136) for _T_CanUP in ed.screen.o
ld: fatal error: relocation out of range (34138) for _cantell in sh.o
ld: fatal error: relocation out of range (34142) for _gflag in sh.dol.o
ld: fatal error: relocation out of range (34146) for _dcwd in sh.dir.o
ld: fatal error: relocation out of range (34150) for _ru0 in sh.time.o
ld: fatal error: relocation out of range (-59534) for _sys_errlist in tc.os.o
make: *** [tcsh] Error 1
-------------------------------- >8 schnapp 8<
--------------------------------
I think they are related to the -mbasrel option.
But when searched this variables to see which modules I have to reorder to
keep this relocation in range I was suprised:
I could not find any of this symbols in the source of tcsh.
The only symbol I found was _sys_errlist, it comes from the MiNT lib.
Does anyone know where I can find the other ones?

Bye

                Joerg