Menu

#15 win32 tests makefile link error?

open
nobody
None
5
2006-07-19
2006-07-19
Spring Lee
No

Ver 0.24 pre3

I found the default win32 tests
makefile 'win32/tests/Makefile.win32' has some error
in it.

the defalut linked lib is "..\debug-lib\odbc++.lib",
but none of the 12 build targets of the lib Builds
that out in the directory.

The one most match is
nmake /f Makefile.w32 CFG=prod-dll
procudes odbc++.lib in dir prod-dll
and
nmake /f Makefile.w32 CFG=debug-lib
Builds odbc++sd.lib in the debug-lib subdirectory

should the link lib be "..\debug-lib\odbc++sd.lib"
instead? i change it to this and all goes well.

Discussion


Log in to post a comment.