problem installing on Solaris 9 SPARC

From: Jonathan Wynett <jwynett(at)rsinc(dot)com>
To: "'pgsql-bugs(at)postgresql(dot)org'" <pgsql-bugs(at)postgresql(dot)org>
Subject: problem installing on Solaris 9 SPARC
Date: 2004-07-30 20:50:21
Message-ID: 910A02699BD53D45A5874E1BA0D6AAEC09DC8A85@atlas.corp.rsinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Not sure if I am writing to the correct list but this was the address it
gave at the top of the "Supported Platforms" in the docs.

when I run: ./configure --without-readline, I get the following error that
aborts the config process:

"checking types of arguments for accept()... configure: error: could not
determine argument types"

----
I checked the config.log and found the following log msgs:
----

configure:10965: parse error before `accept'
configure:10965: conflicting types for `accept'
/usr/include/sys/socket.h:446: previous declaration of `accept'
configure:10965: warning: data definition has no type or storage class
/usr/include/netinet/in.h:304: storage size of `sin_addr' isn't known
/usr/include/netinet/in.h:320: storage size of `sin6_addr' isn't known
configure:10986: $? = 1
configure: failed program was:
#line 10958 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern unsigned int PASCAL accept (unsigned int, void *, void *);
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{

;
return 0;
}
configure:11006: error: could not determine argument types

Jon Wynett
Senior Java Developer
Research Systems, Inc.
303-413-3985
jwynett(at)rsinc(dot)com

Browse pgsql-bugs by date

  From Date Subject
Next Message Jonathan Wynett 2004-07-30 21:10:20 error installing PGSql 7.4.3 on Solaris 9
Previous Message liz gonzalez 2004-07-30 18:49:50 PROBLEMS!!!