RE: pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1?

2009-05-13 Thread miguel . sanders
.com www.arcelormittal.com/gent -Oorspronkelijk bericht- Van: Luke Scharf [mailto:luke.sch...@clusterbee.net] Verzonden: woensdag 13 mei 2009 21:33 Aan: SANDERS Miguel CC: kerberos@mit.edu Onderwerp: Re: pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1? I had the same thought, after looking at

Re: pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1?

2009-05-13 Thread Ken Raeburn
On May 13, 2009, at 15:14, Luke Scharf wrote: > Here is the relevant section of the log: > >configure:4930: enabling thread support >configure:5131: checking for the pthreads library -lpthreads >configure:5169: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes > -Wcast-qual -Wcast-al

Re: pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1?

2009-05-13 Thread Luke Scharf
fdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } confi

Re: pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1?

2009-05-13 Thread Luke Scharf
fdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } confi

RE: pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1?

2009-05-13 Thread miguel . sanders
Van: Luke Scharf [mailto:luke.sch...@clusterbee.net] Verzonden: woensdag 13 mei 2009 21:14 Aan: SANDERS Miguel CC: kerberos@mit.edu Onderwerp: Re: pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1? If I unset PTHREAD_LIBS and RPATH_FLAG, the error messages look useful. Also the make fails, if

Re: pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1?

2009-05-13 Thread Luke Scharf
9 347 3538 | F +32 9 347 4901 | M +32478 805 023 > E miguel.sand...@arcelormittal.com > www.arcelormittal.com/gent > > -Oorspronkelijk bericht- > Van: Luke Scharf [mailto:luke.sch...@clusterbee.net] > Verzonden: woensdag 13 mei 2009 18:17 > Aan: SANDERS Miguel > CC: kerberos@mit.e

RE: pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1?

2009-05-13 Thread miguel . sanders
-- Van: Luke Scharf [mailto:luke.sch...@clusterbee.net] Verzonden: woensdag 13 mei 2009 20:23 Aan: SANDERS Miguel; kerberos@mit.edu Onderwerp: Re: pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1? I'm using the same build-environment as before. The pthreads error may be similar, bu

RE: pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1?

2009-05-13 Thread miguel . sanders
s@mit.edu Onderwerp: Re: pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1? Awesome! Editing shlib.conf did the trick, and I'm unstuck! I do consider this a bug. If you feel like submitting the report, that would save me the trouble of figuring out and signing up for an account on the

Re: pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1?

2009-05-13 Thread Luke Scharf
n...@mit.edu [mailto:kerberos-boun...@mit.edu] Namens Luke > Scharf > Verzonden: woensdag 13 mei 2009 17:17 > Aan: kerberos@mit.edu > Onderwerp: pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1? > > I'm attempting to build MIT Kerberos version 1.6.1 on AIX 6.1.

RE: pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1?

2009-05-13 Thread miguel . sanders
harf Verzonden: woensdag 13 mei 2009 17:17 Aan: kerberos@mit.edu Onderwerp: pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1? I'm attempting to build MIT Kerberos version 1.6.1 on AIX 6.1. I'm mostly in need of the client libraries and utilities. I'm using the following s

pthreads/dlopen issue when building krb-1.6.3 on AIX 6.1?

2009-05-13 Thread Luke Scharf
I'm attempting to build MIT Kerberos version 1.6.1 on AIX 6.1. I'm mostly in need of the client libraries and utilities. I'm using the following special additions to the build environment: $ export PTHREAD_LIBS="-lpthread" $ export RPATH_FLAG="-Wl,-brtl,-blibpath:" I'm using the follo