Re: Compiling freetds on IBM Z series
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 11 Mar 2013 15:25:38 +0000 "Schonecker, Brian" <[email protected]> wrote: > Is there any way I can tell what ./configure arguments were used? > I've tried lots of various arguments but I am always getting a bunch > of header files and other miscellaneous stuff along for the ride. The configure args are not trapped in the binary. Some of the effects are, but that's not what you want. The configure scripts are written to config.log. If that file is included with your RPM, you're in luck. Else I recommend talking to the folks who maintain it. HTHl. --jkl