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:47pm, [email protected] (Knut Behrends) wrote: -- Subject: Re: [freetds] make check on solaris failed to compile, had to edi | -----BEGIN PGP SIGNED MESSAGE----- | Hash: SHA1 | | | > | > I think it is more portable to use -Wl,-R than -Wl,--rpath. | > | > christos | Exactly, this is what I realized by experimenting with editing the | Makefiles. | | Actually it's | - -Wl,--rpath,../.libs-Wl | | notice the comma after --rpath. | | I wonder why the --rpath,-Wl string was inserted in the first place | (into the makefiles sitting in the unittests subdirs.) | I just want to try to compile and run it, I don't really care what all | these flags mean and do. Run paths should not be relative... christos