undefined symbol sincos


Topic author
joukj
Master
Posts: 178
Joined: Thu Aug 27, 2020 5:50 am
Reputation: 0
Status: Offline

undefined symbol sincos

Post by joukj » Fri May 26, 2023 1:50 am

Hi all,

when compiling a C-program, which works flawless on Alpha/Itanium, I get on X86-64 an undefined symbol sincos while linking. I compiled everything with /list/show=all, but cannot find any mention of sincos in the resulting lis files. What am I missing and what causes this?

I'm using:
VSI C X7.4-726 (GEM 50X23) on OpenVMS x86_64 E9.2-1

on Linux sincos is defined as a function which calculates both sin & cos. Is this function missing somewhere? (but where?)


Topic author
joukj
Master
Posts: 178
Joined: Thu Aug 27, 2020 5:50 am
Reputation: 0
Status: Offline

Re: undefined symbol sincos

Post by joukj » Fri Jun 30, 2023 9:58 am

Looks like the new compiler solved the problem.

Post Reply