[Info-vax] C_TEST_ROUTINES.C link problem
Joukj
joukj at hrem.nano.tudelft.nl
Tue Dec 13 08:43:22 EST 2022
Eberhard Heuser wrote:
> Hi,
>
> I'm starting to understand how OpenVMS I/O takes place and how to debug this.
>
> I have two OpenVMS Alpha virtual machines. They talk to each other through the debugger as described in the manuals (boot -fl 0,8000 dka0,ewa0)
>
> There is one routine in the system$examples called C_TEST_ROUTINES.C
> that helps to understand what the kernel does.
>
> Now the link step fails :
> %LINK-W-NUDFSYMS, 1 undefined symbol:
> %LINK-I-UDFSYM, XDT$FREGSAV
> %LINK-W-USEUNDEF, undefined symbol XDT$FREGSAV referenced
>
> I have no idea how to get rid off this failure.
>
> Any ideas?
On my (Alpha & Itanium) systems it just links:
$ cc C_TEST_ROUTINES.C
$ link C_TEST_ROUTINES
$
Did you use any qualifiers on the cc and/or link command?
Jouk
More information about the Info-vax
mailing list