Re: Procedure or function has too many arguments specified
"Frediano Ziglio" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2008/11/6 Man Min Yan <[email protected]> > Hi Frediano, > > Thanks for the patch (post82.diff.gz). One minor problem with it though: > the build fails with > > gcc -pthread -g -Wdeclaration-after-statement -o .libs/fisql fisql.o > terminal.o edit.o handlers.o interrupt.o -L/usr/lib > ../../dblib/.libs/libsybdb.so ../../replacements/.libs/libreplacements.a > -lreadline -lrt -Wl,--rpath -Wl,/usr/local/freetds.dev/lib > ../../dblib/.libs/libsybdb.so: undefined reference to `hmac_md5' > > The code built OK after I fixed the makefile in tds, and my test script now > works ok. Thanks again for your help. > I fixed problem with post82.diff.gz, I added a patch for src/tds/Makefile.in. Patch is generated using CVS so patch for Makefile.in was not generated, I generated it manually and appended to post82.diff. freddy77