Re: make check on solaris failed to compile, had to edit a Makefile
[email protected] (Christos Zoulas)
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Organization | Astron Software |
| Message-ID | <[email protected]> |
On Feb 5, 2:46pm, [email protected] (Frediano Ziglio) wrote: -- Subject: Re: [freetds] make check on solaris failed to compile, had to edi | Mmm... we use libtool so I think the better option would be to let | libtool do the job. Looking at help (see "./libtool --mode=link | --help") | | ... | -rpath LIBDIR the created library will eventually be installed in LIBDIR | -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries | ... | | so -R (not -Wl,-R, only -R) should be the best Yes, that's right. And perhaps the libtool people should fix it themselves too. christos