Re: HP-UX link warnings when linking in with -lstd

2008-02-11 Thread Martin Sebor
Scott Zhong wrote: Hi All, I had finally found the source of the link warnings: it is occurring because in the linker we use relative path in the library lookup "-L " which confuses the linker as to which stdcxx library to use. This is because the compiler comes with a version of the stdcxx lib

HP-UX link warnings when linking in with -lstd

2008-02-11 Thread Scott Zhong
Hi All, I had finally found the source of the link warnings: it is occurring because in the linker we use relative path in the library lookup "-L " which confuses the linker as to which stdcxx library to use. This is because the compiler comes with a version of the stdcxx library: libstd.sl. This