Path: utzoo!telly!attcan!uunet!virtech!cpcahil From: cpcahil@virtech.uucp (Conor P. Cahill) Newsgroups: comp.unix.i386 Subject: Re: rename(2P) and libPW.a on ISC V3.2 R2.0.2 Message-ID: <1990Jul15.210704.25946@virtech.uucp> Date: 15 Jul 90 21:07:04 GMT References: <273@intek01.UUCP> <1990Jul12.235022.9489@virtech.uucp> <275@intek01.UUCP> <3698@calvin.cs.mcgill.ca> Reply-To: cpcahil@virtech.UUCP (Conor P. Cahill) Organization: Virtual Technologies Inc., Sterling VA Lines: 16 In article <3698@calvin.cs.mcgill.ca> small@calvin.cs.mcgill.ca (Alain PETIT) writes: > Hi! I'm trying to use rename(2P) but 'ld' report an undefined > symbol "Error" in /lib/libPW.a. I 'ar t /lib/*.a > /usr/lib/*.a', 'nm /lib/*.a /lib/*.o /usr/lib/*.a' and found > no entry named 'Error', I check in the new man pages of R2.2 > and found no (char *) to a old bug in R2.0.2. Same in > release notes. To use any of the posix environment stuff you need to compile/link your program with the -Xp compiler directive (tells it to use posix stuff). With that, the rename call will compile & link correctly. -- Conor P. Cahill (703)430-9247 Virtual Technologies, Inc., uunet!virtech!cpcahil 46030 Manekin Plaza, Suite 160 Sterling, VA 22170