
sisyphus1 at optusnet
Nov 6, 2009, 10:09 PM
Post #1 of 3
(256 views)
Permalink
|
|
perl-5.11.1 and borland free compiler.
|
|
Hi, Trying to build perl-5.11.1 using the free borland compiler (Borland C++ 5.5.1) But very early on the 'dmake -f makefile.mk' process dies with: Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Fatal: Unable to open file 'ODBCCP32.LIB' dmake: Error code 130, while making '..\generate_uudmap.exe' Indeed, the makefile.mk lists odbccp32.lib in LIBFILES, but that library is not present with this compiler. I was wanting to check that the changes I've been testing in order to get a 64-bit mingw build don't break Borland ... but if Borland is already broken, then I'm not all that keen to go to the trouble. Or is there some config option in the makefile.mk (or some documentation about this) that I've missed ? (For the moment, I'll just delete the odbccp32.lib entry from the makefile.mk and see where that leads.) Cheers, Rob
|