Cvs Commit: cvsnt
| Newsgroups | gmane.comp.version-control.cvs.windows-nt.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: cvsnt Changes by: [email protected] Tue Feb 26 23:11:54 2008 On host: debiancvs.march-hare.local Directory: cvsnt/cvsapi M Makefile.am CVSNT_2_0_x 1.1.2.28 -> 1.1.2.29 Bug Id: M Makefile.in CVSNT_2_0_x 1.1.2.34 -> 1.1.2.35 Bug Id: Log message: fix for HPUX. Libtools gives this error: *** Warning: Trying to link with static lib archive ../ufc-crypt/libufc.a. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because the file extensions .a of this argument makes me believe *** that it is just a static archive that I should not used here. It appears as though libufc.a is never linked in, since it comes up as an unresolved symbol with ldd and at runtime (if it is called).