bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

compiling groff under uwin using borland compilers


From: michael lindenmeyer
Subject: compiling groff under uwin using borland compilers
Date: Fri, 20 Mar 2009 12:42:11 -0700 (PDT)


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'

Attachment: config.log.gz
Description: GNU Zip compressed data

Attachment: confx.log.gz
Description: GNU Zip compressed data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]