Hi people,
I'm trying to compile an older C program that has been coded for HP-UX at the time. Fortuately it uses the standard libraries but I still get some errors :
</home/shemond/code/spaut>$ cc v12_poly.c
ld: 0711-317 ERROR: Undefined symbol: .cos
ld: 0711-317 ERROR: Undefined symbol: .sin
ld: 0711-317 ERROR: Undefined symbol: .sqrt
I expect these errors are related to math.h? How to know anyway?
Any help is appreciated,
Thanks a lot,
Best regards,
Steve
I'm trying to compile an older C program that has been coded for HP-UX at the time. Fortuately it uses the standard libraries but I still get some errors :
</home/shemond/code/spaut>$ cc v12_poly.c
ld: 0711-317 ERROR: Undefined symbol: .cos
ld: 0711-317 ERROR: Undefined symbol: .sin
ld: 0711-317 ERROR: Undefined symbol: .sqrt
I expect these errors are related to math.h? How to know anyway?
Any help is appreciated,
Thanks a lot,
Best regards,
Steve