[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: (ITS#1903)
Set your CC environment variable to point to a valid compiler driver.
Also make sure you have /usr/ccs/bin in your path, and no /usr/ucb
in your path. I run into this problem building on Solaris boxes too,
but in my opinion it's the Solaris environment that's broken.
-- Howard Chu
Chief Architect, Symas Corp. Director, Highland Sun
http://www.symas.com http://highlandsun.com/hyc
Symas: Premier OpenSource Development and Support
> -----Original Message-----
> From: owner-openldap-bugs@OpenLDAP.org
> [mailto:owner-openldap-bugs@OpenLDAP.org]On Behalf Of
> dhighley@highley-recommended.com
> Sent: Monday, June 24, 2002 3:43 PM
> To: openldap-its@OpenLDAP.org
> Subject: (ITS#1903)
>
>
>
> --%--multipart-mixed-boundary-5.10738.1024958545--%
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> > Kurt D. Zeilenga wrote:
> >
> > Your post is unclear as to the nature of your problem.
> > It sounds like you are just having trouble adjusting your
> > environment so that your compiler tool chain finds and
> > uses all the packages you'd like it use. Such issues
> > are not software bugs, but software use issues.
> >
> > If you believe you actually have discovered a bug in
> > the software (that is, it behaves in a manner inconsistent
> > with its design and/or documentation), please provide
> > enough information so that a developer can reproduce
> > the problem.
>
> ./configure
>
> I build at least one open source application a day. This configure
> process is broken. See the attached config.log file. I checked several
> of the header files it is testing for and they were all in /usr/include.
>
> > Kurt
> >
>
>
> --
>
>
> Regards,
>
> David Highley Phone: (206) 669-0081
> Highley Recommended, Inc. FAX: (253) 838-8509
> 2927 SW 339th Street Email: dhighley@highley-recommended.com
> Federal Way, WA 98023-7732 WEB: http://www.highley-recommended.com
>
> --%--multipart-mixed-boundary-5.10738.1024958545--%
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> Content-Description: ascii text
> Content-Disposition: attachment; filename="config.log"
>
> [[ *** Attachment trimmed by list moderator *** ]]
>
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> configure:879: checking host system type
> configure:920: checking target system type
> configure:960: checking build system type
> configure:1037: checking for a BSD compatible install
> configure:1094: checking whether build environment is sane
> configure:1155: checking for mawk
> configure:1155: checking for gawk
> configure:1155: checking for nawk
> configure:1185: checking whether make sets ${MAKE}
> configure:1225: checking for working aclocal
> configure:1238: checking for working autoconf
> configure:1251: checking for working automake
> configure:1264: checking for working autoheader
> configure:1277: checking for working makeinfo
> configure:1297: checking for gnutar
> configure:1297: checking for gtar
> configure:1365: checking configure arguments
> configure:2905: checking for a BSD compatible install
> configure:3038: checking for cc
> configure:3076: checking for ar
> configure:3126: checking for Cygwin environment
> configure:3142: -c conftest.c 1>&5
> ./configure: -c: not found
> configure: failed program was:
> #line 3131 "configure"
> #include "confdefs.h"
>
> int main() {
>
> #ifndef __CYGWIN__
> #define __CYGWIN__ __CYGWIN32__
> #endif
> return __CYGWIN__;
> ; return 0; }
>
> --%--multipart-mixed-boundary-5.10738.1024958545--%--