RE: problems with libsavi on hp-ux 11.00
| Newsgroups | gmane.comp.security.virus.vtools |
|---|---|
| Message-ID | <ADD70F1B8857D211A0AF0000F8F6943D03B86B8F@gv001v3> |
Vanja, Thanks. The configure file you send me works also on hp-ux 11 Chris Groesser VNA Test & Release Centrum * 070 343 98 70 * 06 533 766 18 [email protected] -----Oorspronkelijk bericht----- Van: Vanja Hrustic [mailto:[email protected]] Verzonden: maandag 2 februari 2004 15:41 Aan: [email protected] CC: Groesser, CH (ovn vna ti test&releasecenter); Gultekin, I (ovn vna ti test&releasecenter); Schifferling, JH (ovn vna ti test&releasecenter); Anthonysz, JE (ovn vna ti test&releasecenter) Onderwerp: Re: [vtools] problems with libsavi on hp-ux 11.00 On Mon, 2 Feb 2004 15:22:42 +0100 [email protected] wrote: > Hello Lars, > I think that you mean this part: > > configure:4070: checking for location of libsavi > configure:4080: result: /usr/local/lib/ > configure:4089: checking for SAVIsweepFile in -lsavi > configure:4120: gcc -o conftest -g -O2 -Wall > -Wl,-rpath,/usr/local/lib/-L/usr > /local/lib/ conftest.c -lsavi -lrt >&5 > /usr/ccs/bin/ld: Unrecognized argument: -rpath > /usr/ccs/bin/ld: Usage: /usr/ccs/bin/ld [options] [flags] files > collect2: ld returned 1 exit status > configure:4123: $? = 1 > configure: failed program was: > | #line 4096 "configure" > | /* confdefs.h. */ > > Chris Groesser Chris, On HP-UX 10.20, I used LDrpath="-Wl,+b," (it is still defined in configure.in). If I remember correctly, +b is passed to HP linker in order to include library dir in runtime search path. I have attached slightly modified configure, which will use +b on HP platform. Could you put it in Sophie dir, and try ./configure again? Thanks. Vanja