public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: michael jia <chinesejia@yahoo.com>
To: gcc-help@gcc.gnu.org
Subject: make apache error[need .h files]
Date: Mon, 03 Jan 2000 00:53:00 -0000	[thread overview]
Message-ID: <20000103085316.26286.qmail@web1505.mail.yahoo.com> (raw)

Hi experts,
  I download gcc 2.95.2 and i want to compile Apache
1.3.9 on sun 2.6
  What i did like below:
----------------------------------------------------
 ./configure --prefix=/u04/xjia/apache
Configuring for Apache, Version 1.3.9
 + using installation path layout: Apache
(config.layout)
 + Warning: no Perl interpreter detected for support
scripts.
 + Perhaps you need to specify one with
--with-perl=FILE.
egrep: can't open /etc/passwd
egrep: can't open /etc/passwd
egrep: can't open /etc/passwd
egrep: can't open /etc/passwd
egrep: can't open /etc/passwd
egrep: can't open /etc/passwd
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
 + configured for Solaris 260 platform
 + setting C compiler to gcc
 + setting C pre-processor to gcc -E
 + checking for system header files
 + adding selected modules
 + checking sizeof various data types
 + doing sanity check on compiler and options
Creating Makefile in src/support
Creating Makefile in src/os/unix
Creating Makefile in src/ap
Creating Makefile in src/main
Creating Makefile in src/lib/expat-lite
Creating Makefile in src/modules/standard
$ make
===> src
===> src/os/unix
gcc -c  -I../../os/unix -I../../include  
-DSOLARIS2=260 -DUSE_EXPAT -I../../lib/expat-lite
`../../apaci` os.c
In file included from os.c:6:
../../include/ap_config.h:84: sys/types.h: No such
file or directory
../../include/ap_config.h:85: sys/stat.h: No such file
or directory
In file included from os.c:6:
../../include/ap_config.h:119: sys/param.h: No such
file or directory
../../include/ap_config.h:1021: sys/types.h: No such
file or directory
In file included from os.c:6:
../../include/ap_config.h:1025: dirent.h: No such file
or directory
../../include/ap_config.h:1034: stdio.h: No such file
or directory
../../include/ap_config.h:1035: stdlib.h: No such file
or directory
../../include/ap_config.h:1036: string.h: No such file
or directory
In file included from ../../include/ap_config.h:1040,
                 from os.c:6:
../../include/ap_ctype.h:61: ctype.h: No such file or
directory
In file included from os.c:6:
../../include/ap_config.h:1042: sys/file.h: No such
file or directory
../../include/ap_config.h:1045: sys/socket.h: No such
file or directory
../../include/ap_config.h:1050: netinet/in.h: No such
file or directory
../../include/ap_config.h:1052: netdb.h: No such file
or directory
../../include/ap_config.h:1053: sys/ioctl.h: No such
file or directory
../../include/ap_config.h:1055: arpa/inet.h: No such
file or directory
../../include/ap_config.h:1057: sys/wait.h: No such
file or directory
../../include/ap_config.h:1058: pwd.h: No such file or
directory
../../include/ap_config.h:1059: grp.h: No such file or
directory
../../include/ap_config.h:1060: fcntl.h: No such file
or directory
In file included from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/include/syslimits.h:7,
                 from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/include/limits.h:11,
                 from ../../include/ap_config.h:1072,
                 from os.c:6:
/usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/include/limits.h:117:
limits.h: No such file or directory
In file included from os.c:6:
../../include/ap_config.h:1073: time.h: No such file
or directory
../../include/ap_config.h:1077: signal.h: No such file
or directory
../../include/ap_config.h:1081: errno.h: No such file
or directory
../../include/ap_config.h:1083: memory.h: No such file
or directory
../../include/ap_config.h:1095: regex.h: No such file
or directory
../../include/ap_config.h:1108: sys/mman.h: No such
file or directory
../../include/ap_config.h:1167: setjmp.h: No such file
or directory
*** Error code 1
make: Fatal error: Command failed for target `os.o'
Current working directory
/u04/xjia/apache_1.3.9/src/os/unix
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /u04/xjia/apache_1.3.9/src
*** Error code 1
make: Fatal error: Command failed for target
`build-std'
Current working directory /u04/xjia/apache_1.3.9
*** Error code 1
make: Fatal error: Command failed for target `build'
$ gcc
gcc: No input files
$ 
$ su
Password: 
# find / -name netdb.h -print
# 
----------------------------------------------------

  It seems i don't have many .h files, where can i
find those .h files what needed.

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://messenger.yahoo.com

WARNING: multiple messages have this Message-ID
From: michael jia <chinesejia@yahoo.com>
To: gcc-help@gcc.gnu.org
Subject: make apache error[need .h files]
Date: Sat, 01 Apr 2000 00:00:00 -0000	[thread overview]
Message-ID: <20000103085316.26286.qmail@web1505.mail.yahoo.com> (raw)
Message-ID: <20000401000000.U6sV0ywJvV1frFi2-cri3dPeCGTIQ3kuhja-RuJyrRk@z> (raw)

Hi experts,
  I download gcc 2.95.2 and i want to compile Apache
1.3.9 on sun 2.6
  What i did like below:
----------------------------------------------------
 ./configure --prefix=/u04/xjia/apache
Configuring for Apache, Version 1.3.9
 + using installation path layout: Apache
(config.layout)
 + Warning: no Perl interpreter detected for support
scripts.
 + Perhaps you need to specify one with
--with-perl=FILE.
egrep: can't open /etc/passwd
egrep: can't open /etc/passwd
egrep: can't open /etc/passwd
egrep: can't open /etc/passwd
egrep: can't open /etc/passwd
egrep: can't open /etc/passwd
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
 + configured for Solaris 260 platform
 + setting C compiler to gcc
 + setting C pre-processor to gcc -E
 + checking for system header files
 + adding selected modules
 + checking sizeof various data types
 + doing sanity check on compiler and options
Creating Makefile in src/support
Creating Makefile in src/os/unix
Creating Makefile in src/ap
Creating Makefile in src/main
Creating Makefile in src/lib/expat-lite
Creating Makefile in src/modules/standard
$ make
===> src
===> src/os/unix
gcc -c  -I../../os/unix -I../../include  
-DSOLARIS2=260 -DUSE_EXPAT -I../../lib/expat-lite
`../../apaci` os.c
In file included from os.c:6:
../../include/ap_config.h:84: sys/types.h: No such
file or directory
../../include/ap_config.h:85: sys/stat.h: No such file
or directory
In file included from os.c:6:
../../include/ap_config.h:119: sys/param.h: No such
file or directory
../../include/ap_config.h:1021: sys/types.h: No such
file or directory
In file included from os.c:6:
../../include/ap_config.h:1025: dirent.h: No such file
or directory
../../include/ap_config.h:1034: stdio.h: No such file
or directory
../../include/ap_config.h:1035: stdlib.h: No such file
or directory
../../include/ap_config.h:1036: string.h: No such file
or directory
In file included from ../../include/ap_config.h:1040,
                 from os.c:6:
../../include/ap_ctype.h:61: ctype.h: No such file or
directory
In file included from os.c:6:
../../include/ap_config.h:1042: sys/file.h: No such
file or directory
../../include/ap_config.h:1045: sys/socket.h: No such
file or directory
../../include/ap_config.h:1050: netinet/in.h: No such
file or directory
../../include/ap_config.h:1052: netdb.h: No such file
or directory
../../include/ap_config.h:1053: sys/ioctl.h: No such
file or directory
../../include/ap_config.h:1055: arpa/inet.h: No such
file or directory
../../include/ap_config.h:1057: sys/wait.h: No such
file or directory
../../include/ap_config.h:1058: pwd.h: No such file or
directory
../../include/ap_config.h:1059: grp.h: No such file or
directory
../../include/ap_config.h:1060: fcntl.h: No such file
or directory
In file included from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/include/syslimits.h:7,
                 from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/include/limits.h:11,
                 from ../../include/ap_config.h:1072,
                 from os.c:6:
/usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/include/limits.h:117:
limits.h: No such file or directory
In file included from os.c:6:
../../include/ap_config.h:1073: time.h: No such file
or directory
../../include/ap_config.h:1077: signal.h: No such file
or directory
../../include/ap_config.h:1081: errno.h: No such file
or directory
../../include/ap_config.h:1083: memory.h: No such file
or directory
../../include/ap_config.h:1095: regex.h: No such file
or directory
../../include/ap_config.h:1108: sys/mman.h: No such
file or directory
../../include/ap_config.h:1167: setjmp.h: No such file
or directory
*** Error code 1
make: Fatal error: Command failed for target `os.o'
Current working directory
/u04/xjia/apache_1.3.9/src/os/unix
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /u04/xjia/apache_1.3.9/src
*** Error code 1
make: Fatal error: Command failed for target
`build-std'
Current working directory /u04/xjia/apache_1.3.9
*** Error code 1
make: Fatal error: Command failed for target `build'
$ gcc
gcc: No input files
$ 
$ su
Password: 
# find / -name netdb.h -print
# 
----------------------------------------------------

  It seems i don't have many .h files, where can i
find those .h files what needed.

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://messenger.yahoo.com

             reply	other threads:[~2000-01-03  0:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-03  0:53 michael jia [this message]
2000-04-01  0:00 ` michael jia

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000103085316.26286.qmail@web1505.mail.yahoo.com \
    --to=chinesejia@yahoo.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).