I’m trying to compile some code that calls grantpt(), unlockpt(), and ptsname(). This code compiles with g++, but with pgCC I keep getting “undefined reference to `grantpt(int)'” errors.
Is there no PGI version of these routines?
Thanks.
I’m trying to compile some code that calls grantpt(), unlockpt(), and ptsname(). This code compiles with g++, but with pgCC I keep getting “undefined reference to `grantpt(int)'” errors.
Is there no PGI version of these routines?
Thanks.