I created an environment for compiling via Borland 5.5, and verified that I can compile simple c source programs with this configuration. Specified by UWIN: PACKAGE_cc=/c/borland/bcc55/bin/ Identify the compilers and the preprocessor: cc=/c/borland/bcc55/bin/bcc32.exe c++=/c/borland/bcc55/bin/bcc32.exe -c -P cpp=/c/borland/bcc55/bin/cpp32.exe Borland-specific instructions: 2. From the bin directory of your installation: a. Add "c:\Borland\Bcc55" to the existing path b. Create a bcc32.cfg file which will set the compiler options for the Include and Lib paths (-I and -L switches to compiler) by adding these lines: -I"c:\Borland\Bcc55\include" -L"c:\Borland\Bcc55\lib" c. Create an ilink32.cfg file which will set the linker option for the Lib path by adding this line: -L"c:\Borland\Bcc55\lib" Define PATH and INCLUDE; INCLUDE=/c/borland/bcc55/include PATH=/c/borland/bcc55/bin:/home/tfilm:/home/tfilm/bin:/usr/bin:/msdev/vc/bin:/msdev/ Common7/IDE:/sys:/win:. bcc32.cfg and ilink32.cfg are also created. In the gruff directory, /c/groff, I execute ./configure config.log cannot find conftest.exe and fails. I include config.log.gz from './configure' and confx.log.gz from 'ksh -x ./configure 1>confx.log 2>&1'
config.log.gz
Description: GNU Zip compressed data
confx.log.gz
Description: GNU Zip compressed data
