Here is the log file. I did notice this line, ld: fatal: library -lcposix:
not found

Russell Premont

## --------- ##
## Platform. ##
## --------- ##

hostname = mail2
uname -m = sun4u
uname -r = 5.9
uname -s = SunOS
uname -v = Generic_112233-03

/usr/bin/uname -p = sparc
/bin/uname -X     = System = SunOS
Node = mail2
Release = 5.9
KernelID = Generic_112233-03
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 1

/bin/arch              = sun4
/usr/bin/arch -k       = sun4u
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/local/lib
PATH: /usr/local/share
PATH: /usr/local/include
PATH: /usr/local/ssl/lib/
PATH: /usr/ccs/bin
PATH: /usr/sbin
PATH: /usr/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1235: checking for a BSD-compatible install
configure:1289: result: ./../install-sh -c
configure:1300: checking whether build environment is sane
configure:1343: result: yes
configure:1376: checking for gawk
configure:1392: found /usr/local/bin/gawk
configure:1402: result: gawk
configure:1412: checking whether make sets ${MAKE}
configure:1432: result: yes
configure:1595: checking for style of include used by make
configure:1623: result: GNU
configure:1694: checking for gcc
configure:1710: found /usr/local/bin/gcc
configure:1720: result: gcc
configure:1964: checking for C compiler version
configure:1967: gcc --version </dev/null >&5
gcc (GCC) 3.2
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1970: $? = 0
configure:1972: gcc -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2/specs
Configured with:
../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-n
ls
Thread model: posix
gcc version 3.2
configure:1975: $? = 0
configure:1977: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1980: $? = 1
configure:2006: checking for C compiler default output
configure:2009: gcc    conftest.c  >&5
configure:2012: $? = 0
configure:2045: result: a.out
configure:2050: checking whether the C compiler works
configure:2056: ./a.out
configure:2059: $? = 0
configure:2074: result: yes
configure:2081: checking whether we are cross compiling
configure:2083: result: no
configure:2086: checking for suffix of executables
configure:2088: gcc -o conftest    conftest.c  >&5
configure:2091: $? = 0
configure:2113: result:
configure:2119: checking for suffix of object files
configure:2143: gcc -c   conftest.c >&5
configure:2146: $? = 0
configure:2165: result: o
configure:2169: checking whether we are using the GNU C compiler
configure:2196: gcc -c   conftest.c >&5
configure:2199: $? = 0
configure:2202: test -s conftest.o
configure:2205: $? = 0
configure:2217: result: yes
configure:2223: checking whether gcc accepts -g
configure:2247: gcc -c -g  conftest.c >&5
configure:2250: $? = 0
configure:2253: test -s conftest.o
configure:2256: $? = 0
configure:2266: result: yes
configure:2293: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before "me"
configure:2296: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2408: checking dependency style of gcc
configure:2470: result: gcc3
configure:2481: checking how to run the C preprocessor
configure:2507: gcc -E  conftest.c
configure:2513: $? = 0
configure:2540: gcc -E  conftest.c
configure:2536:28: ac_nonexistent.h: No such file or directory
configure:2546: $? = 1
configure: failed program was:
#line 2535 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2583: result: gcc -E
configure:2598: gcc -E  conftest.c
configure:2604: $? = 0
configure:2631: gcc -E  conftest.c
configure:2627:28: ac_nonexistent.h: No such file or directory
configure:2637: $? = 1
configure: failed program was:
#line 2626 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2678: checking for AIX
configure:2697: result: no
configure:2704: checking for strerror in -lcposix
configure:2737: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
ld: fatal: library -lcposix: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:2740: $? = 1
configure: failed program was:
#line 2711 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char strerror ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
strerror ();
  ;
  return 0;
}
configure:2757: result: no
configure:2765: checking for ANSI C header files
configure:2779: gcc -E  conftest.c
configure:2785: $? = 0
configure:2870: gcc -o conftest -g -O2   conftest.c  >&5
configure:2873: $? = 0
configure:2875: ./conftest
configure:2878: $? = 0
configure:2892: result: yes
configure:2916: checking for sys/types.h
configure:2929: gcc -c -g -O2  conftest.c >&5
configure:2932: $? = 0
configure:2935: test -s conftest.o
configure:2938: $? = 0
configure:2948: result: yes
configure:2916: checking for sys/stat.h
configure:2929: gcc -c -g -O2  conftest.c >&5
configure:2932: $? = 0
configure:2935: test -s conftest.o
configure:2938: $? = 0
configure:2948: result: yes
configure:2916: checking for stdlib.h
configure:2929: gcc -c -g -O2  conftest.c >&5
configure:2932: $? = 0
configure:2935: test -s conftest.o
configure:2938: $? = 0
configure:2948: result: yes
configure:2916: checking for string.h
configure:2929: gcc -c -g -O2  conftest.c >&5
configure:2932: $? = 0
configure:2935: test -s conftest.o
configure:2938: $? = 0
configure:2948: result: yes
configure:2916: checking for memory.h
configure:2929: gcc -c -g -O2  conftest.c >&5
configure:2932: $? = 0
configure:2935: test -s conftest.o
configure:2938: $? = 0
configure:2948: result: yes
configure:2916: checking for strings.h
configure:2929: gcc -c -g -O2  conftest.c >&5
configure:2932: $? = 0
configure:2935: test -s conftest.o
configure:2938: $? = 0
configure:2948: result: yes
configure:2916: checking for inttypes.h
configure:2929: gcc -c -g -O2  conftest.c >&5
configure:2932: $? = 0
configure:2935: test -s conftest.o
configure:2938: $? = 0
configure:2948: result: yes
configure:2916: checking for stdint.h
configure:2929: gcc -c -g -O2  conftest.c >&5
configure:2957:20: stdint.h: No such file or directory
configure:2932: $? = 1
configure: failed program was:
#line 2921 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif

#include <stdint.h>
configure:2948: result: no
configure:2916: checking for unistd.h
configure:2929: gcc -c -g -O2  conftest.c >&5
configure:2932: $? = 0
configure:2935: test -s conftest.o
configure:2938: $? = 0
configure:2948: result: yes
configure:2970: checking minix/config.h usability
configure:2979: gcc -c -g -O2  conftest.c >&5
configure:3007:26: minix/config.h: No such file or directory
configure:2982: $? = 1
configure: failed program was:
#line 2972 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <minix/config.h>
configure:2997: result: no
configure:3001: checking minix/config.h presence
configure:3008: gcc -E  conftest.c
configure:3004:26: minix/config.h: No such file or directory
configure:3014: $? = 1
configure: failed program was:
#line 3003 "configure"
#include "confdefs.h"
#include <minix/config.h>
configure:3032: result: no
configure:3050: checking for minix/config.h
configure:3057: result: no
configure:3098: checking for a BSD-compatible install
configure:3152: result: ./../install-sh -c
configure:3163: checking whether ln -s works
configure:3167: result: yes
configure:3215: checking for ranlib
configure:3231: found /usr/ccs/bin/ranlib
configure:3242: result: ranlib
configure:3300: checking for gcc
configure:3326: result: gcc
configure:3570: checking for C compiler version
configure:3573: gcc --version </dev/null >&5
gcc (GCC) 3.2
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3576: $? = 0
configure:3578: gcc -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2/specs
Configured with:
../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-n
ls
Thread model: posix
gcc version 3.2
configure:3581: $? = 0
configure:3583: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:3586: $? = 1
configure:3589: checking whether we are using the GNU C compiler
configure:3637: result: yes
configure:3643: checking whether gcc accepts -g
configure:3686: result: yes
configure:3713: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before "me"
configure:3716: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:3828: checking dependency style of gcc
configure:3890: result: gcc3
configure:3899: checking for ps
configure:3932: result: no
configure:3944: checking for w
configure:3977: result: no
configure:3988: error: Cannot find pathname to ps

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=no
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_cposix_strerror=no
ac_cv_objext=o
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=$'gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_UNISTD_H 1

configure: exit 1

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Sam
Varshavchik
Sent: Tuesday, January 07, 2003 9:49 PM
To: Courier-Users
Subject: [courier-users] Re: config error on courier 0.40.2


Russell Premont writes:

>
> I do not find a ps directory in the Courier directory. Is the ps directory
> created during the config?

It's a typo.  Look in random128/config.log


>
> Russell Premont
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Sam
> Varshavchik
> Sent: Tuesday, January 07, 2003 6:02 PM
> To: Courier-Users
> Subject: [courier-users] Re: config error on courier 0.40.2
>
>
> Russell Premont writes:
>
>> I am trying to configure Courier 0.40.2 and have the following error
>>
>> checking for ps... no
>> checking for w... no
>> configure: error: Cannot find pathname to ps
>> configure: error: /bin/bash './configure' failed for random128
>>
>>
>> ps is in /usr/bin. It is in my path and also the shell path for courier.
I
>> have done searches on google and the courier users list but have not
found
>> any solution as of yet. Any input would be appreciated.
>
> Look in ps/config.log to see if any errors are logged.
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> courier-users mailing list
> [EMAIL PROTECTED]
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
>
>


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to