You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/03/02 09:24:31 UTC

DO NOT REPLY [Bug 52809] New: Unable to build httpd 2.4.1 on OpenIndiana 151a2

https://issues.apache.org/bugzilla/show_bug.cgi?id=52809

             Bug #: 52809
           Summary: Unable to build httpd 2.4.1 on OpenIndiana 151a2
           Product: Apache httpd-2
           Version: 2.4.1
          Platform: PC
        OS/Version: SunOS
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: nam.nh@nd24.net
    Classification: Unclassified


config.log

Configured with: ../gcc-4.6.2/configure --prefix=/usr/gcc/4.6
--libdir=/usr/gcc/4.6/lib --libexecdir=/usr/gcc/4.6/lib
--mandir=/usr/gcc/4.6/share/man --infodir=/usr/gcc/4.6/info
--with-build-time-tools=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as
--with-ld=/usr/bin/ld --without-gnu-ld --enable-languages=c,c++,fortran,objc
--enable-shared --disable-static --enable-decimal-float --with-gmp=/usr/gnu
--with-mpfr=/usr/gnu --with-mpc=/usr/gnu --with-libiconv-prefix=/usr/gnu
-enable-nls
Thread model: posix
gcc version 4.6.2 (GCC)
configure:5150: $? = 0
configure:5139: cc -m32 -V >&5
cc: error: unrecognized option '-V'
cc: fatal error: no input files
compilation terminated.
configure:5150: $? = 1
configure:5139: cc -m32 -qversion >&5
cc: error: unrecognized option '-qversion'
cc: fatal error: no input files
compilation terminated.
configure:5150: $? = 1
configure:5170: checking whether the C compiler works
configure:5192: cc -m32    -DSOLARIS2=11 -D_POSIX_PTHREAD_SEMANTICS -mt
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64   -L/usr/lib conftest.c  >&5
cc1: error: unrecognized command line option '-mt'
configure:5196: $? = 1
configure:5234: result: no
configure: failed program was:

| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:5239: error: in `/tmp/httpd-2.4.1':
configure:5241: error: C compiler cannot create executables
See `config.log' for more details

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 52809] Unable to build httpd 2.4.1 on OpenIndiana 151a2

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52809

Rainer Jung <ra...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Rainer Jung <ra...@kippdata.de> 2012-03-03 18:20:41 UTC ---
It seems there is some confusion between using cc (Sun compiler) and gcc (Gnu
compiler).

Bugzila is not a support forum. Please provide the exact way how you ran
configure as a post to the httpd users list. If you don't remember, the file
config.nice contains the information. Also check, that you didn't
unintentionally set environment vars which are important for building, like
"CC".

Regards,

Rainer

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org