Subject: Re: compiling on dreamcast
To: Kenneth Culver <culverk@culverk.student.umd.edu>
From: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
List: port-dreamcast
Date: 05/04/2001 23:28:20
On Thu, 3 May 2001, Kenneth Culver wrote:
> ===> Building for thttpd-2.20b
> cc -O -O  -I. -c thttpd.c

This is interresting. The same line on 1.5.1_BETA/i386 looks:

cc -O2 -O -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1
-DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1
-DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1
-DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1
-DHAVE_SETSID=1 -DHAVE_SETLOGIN=1 -DHAVE_GETADDRINFO=1
-DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1
-DHAVE_TM_GMTOFF=1 -DHAVE_SOCKADDR_STORAGE=1 -DHAVE_SOCKADDR_IN6=1 -I. -c
thttpd.c


This needs some looking at what autoconfig did. Check:
 * what's in Makefile for the DEFS variable
 * what config.status substitutes for @DEFS@
 * why one of the two places is empty
 * anything unusual in config.log (FYI, the "have <feature> ... yes/no"
   output is exactly the same here on i386 as on your sh.


 - Hubert

-- 
Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>