public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* make apache error[need .h files]
@ 2000-01-03  0:53 michael jia
  2000-04-01  0:00 ` michael jia
  0 siblings, 1 reply; 2+ messages in thread
From: michael jia @ 2000-01-03  0:53 UTC (permalink / raw)
  To: gcc-help

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* make apache error[need .h files]
  2000-01-03  0:53 make apache error[need .h files] michael jia
@ 2000-04-01  0:00 ` michael jia
  0 siblings, 0 replies; 2+ messages in thread
From: michael jia @ 2000-04-01  0:00 UTC (permalink / raw)
  To: gcc-help

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-03  0:53 make apache error[need .h files] michael jia
2000-04-01  0:00 ` michael jia

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).