oops, here is my config.log On Fri, Jul 28, 2000 at 09:10:48PM +0200, Ralf S. Engelschall wrote: > On Thu, Jul 27, 2000, Todd R. Stroup wrote: > > > I've got some issues making pth 1.3.6 on a Sun Solaris 7 box. These are > > the errors I'm getting any ideas or help you can give? > > > > ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_lib.c > > pth_lib.c: In function `pth_version': > > pth_lib.c:35: numeric constant with no digits > > pth_lib.c:35: `X' undeclared (first use in this function) > > pth_lib.c:35: (Each undeclared identifier is reported only once > > pth_lib.c:35: for each function it appears in.) > > pth_lib.c:35: nondigits in number and not hexadecimal > > pth_lib.c:35: nondigits in number and not hexadecimal > > pth_lib.c:35: nondigits in number and not hexadecimal > > *** Error code 1 > > This can be only an error in sequence. The real problem seems to be that the > generated pth.h file is broken. Show us the result of "grep PTH_VERSION pth.h" > and your config.log file. I guess there is a problem already in your configure > step. But keep in mind that Pth was successfully tested on Solaris, so I guess > in advance that some of your user land tools are broken. > > Ralf S. Engelschall > [EMAIL PROTECTED] > www.engelschall.com > ______________________________________________________________________ > GNU Portable Threads (Pth) http://www.gnu.org/software/pth/ > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager (Majordomo) [EMAIL PROTECTED] >
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:735: checking for gcc configure:848: checking whether the C compiler (gcc ) works configure:864: gcc -o conftest conftest.c 1>&5 configure:890: checking whether the C compiler (gcc ) is a cross-compiler configure:895: checking whether we are using GNU C configure:923: checking whether gcc accepts -g configure:955: checking how to run the C preprocessor configure:1035: checking whether make sets ${MAKE} configure:1175: checking for compiler option -pipe configure:1213: checking for compilation debug mode configure:1220: checking for compilation profile mode configure:1379: checking for compilation optimization mode configure:1530: checking for ANSI C header files configure:1637: checking for stdio.h configure:1637: checking for stdlib.h configure:1637: checking for stdarg.h configure:1637: checking for string.h configure:1637: checking for signal.h configure:1637: checking for unistd.h configure:1637: checking for setjmp.h configure:1637: checking for fcntl.h configure:1637: checking for errno.h configure:1637: checking for sys/types.h configure:1637: checking for sys/time.h configure:1637: checking for sys/wait.h configure:1637: checking for sys/socket.h configure:1675: checking for function gettimeofday configure:1675: checking for function select configure:1675: checking for function sigaction configure:1675: checking for function sigprocmask configure:1675: checking for function sigpending configure:1675: checking for function sigsuspend configure:1793: checking for number of signals configure:1830: gcc -o conftest -O2 -pipe conftest.c 1>&5 configure:1850: checking for function poll configure:1907: checking for define POLLIN in poll.h configure:1941: checking whether poll(2) facility has to be faked configure:1987: checking for sys/uio.h configure:2025: checking for function readv configure:2025: checking for function writev configure:2082: checking whether readv(2)/writev(2) facility has to be faked configure:2126: checking for function usleep configure:2126: checking for function strerror configure:2187: checking for sys/resource.h configure:2187: checking for net/errno.h configure:2225: checking for gethostname in -lnsl configure:2321: checking for accept in -lsocket configure:2372: checking for sys/select.h configure:2415: checking for typedef sig_atomic_t configure:2452: checking for typedef pid_t configure:2489: checking for typedef size_t configure:2526: checking for typedef ssize_t configure:2563: checking for typedef off_t configure:2600: checking for typedef stack_t configure:2632: checking for attribute ss_base in struct sigaltstack from sys/signal.h configure:2672: checking for attribute ss_sp in struct sigaltstack from sys/signal.h configure:2713: checking for a single-argument based gettimeofday configure:2730: gcc -c -O2 -pipe conftest.c 1>&5 configure: In function `main': configure:2725: too few arguments to function `gettimeofday' configure: failed program was: #line 2716 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/time.h> #include <unistd.h> int main() { struct timeval tv; (void)gettimeofday(&tv); ; return 0; } configure:2755: checking for struct timespec configure:2770: gcc -c -O2 -pipe conftest.c 1>&5 configure:2791: checking for typedef socklen_t configure:2822: checking for type of argument 3 for accept() configure:2886: checking for fallback socklen_t configure:2913: checking for typedef nfds_t configure:2944: checking for type of argument 2 for poll() configure:3008: checking for fallback nfds_t configure:3046: checking for ucontext.h configure:3084: checking for function makecontext configure:3084: checking for function swapcontext configure:3084: checking for function getcontext configure:3084: checking for function setcontext configure:3142: checking for usable SVR4/SUSv2 makecontext(2)/swapcontext(2) configure:3233: checking for signal.h configure:3271: checking for function sigsetjmp configure:3271: checking for function siglongjmp configure:3271: checking for function setjmp configure:3271: checking for function longjmp configure:3271: checking for function _setjmp configure:3271: checking for function _longjmp configure:3329: checking for function sigaltstack configure:3329: checking for function sigstack configure:3386: checking for signal-mask aware setjmp(3)/longjmp(3) configure:3703: checking for typedef stack_t configure:3735: checking for direction of stack growth configure:3811: checking for function makecontext configure:3869: checking for stack setup via makecontext configure:4060: checking for function sigaltstack configure:4122: checking for typedef stack_t configure:4156: checking for stack setup via sigaltstack configure:4346: checking for function sigstack configure:4404: checking for stack setup via sigstack configure:4667: checking for function syscall configure:4727: checking for sys/syscall.h configure:4727: checking for sys/socketcall.h configure:4764: checking for define SYS_read in sys/syscall.h configure:4799: checking whether soft system call mapping is used configure:4821: checking whether hard system call mapping is used configure:4892: checking whether to activate batch build mode configure:4909: checking whether to activate maintainer build targets configure:4923: checking whether to activate test build targets configure:4940: checking whether to build Pthread library configure:5226: checking whether to build against Sfio library configure:5428: checking whether to build against Dmalloc library