Re: Noobie, please help!
Gal Rubinstein <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
-It's probably more of an mingw questions, but, I'm trying to figure out what flags to use in order to build the dblib.dll. there are the two makefiles but they are filled with place holders (@<something>@). I goggled it and found no real references to how to use these with mingw so I'm looking for an alternatives, create it on the windows EclipseCDT. any ideas? On Tue, Mar 10, 2009 at 2:31 AM, James K. Lowden <[email protected]>wrote: > Gal Rubinstein wrote: > > I guess it > > didn't include the db** symbols, I have to figure out what to build in > > order to make it > > work.... I'm guessing its src/dblib... m i right? > > Yep. Something like this would do what you want, modulo Windows > command-line quoting: > > $ perl doc/api_status.txt | perl -ne'BEGIN{print qq(EXPORTS\n);} > s/dbopen/tdsdbopen/; next unless /^Microsoft\tdblib\s+\w+\s*(\t\w+)\tOK/; > print $1, $/' > > --jkl > _______________________________________________ > FreeTDS mailing list > [email protected] > http://lists.ibiblio.org/mailman/listinfo/freetds > -- Yours, Gal [email protected]