bug-autoconf
[Top][All Lists]
Advanced

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

Re: compiling groff under uwin using borland compilers


From: michael lindenmeyer
Subject: Re: compiling groff under uwin using borland compilers
Date: Mon, 23 Mar 2009 08:01:17 -0700 (PDT)

The borland compilers use different option identifiers than other
compilers, in particular '-efilename' instead of '-o filename' for
naming the output executables. I edited configure to reflect this
difference, changing all 'CC -o filename' and 'CXX -o filename' to
'CC -efilename' and 'CXX -efilename'. Much more activity now, but the
process cannot create 'config.status'. Are there parameters that
configure sets for CPP that I am not aware of? I notice that CPP is
called in configure, but am not sure what, if any parameters are used
for CPP.
 
 
MEL
090323.1001
Att:config.log.gz, confx.log.gz (i.e. ksh -x configure 1>confx.log 2>&1)

borl323                                 mel 090323.0950


--- On Sat, 3/21/09, Ralf Wildenhues <address@hidden> wrote:

 

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]