pthreads on AIX

2019-03-18 Thread Michael Schultz via curl-library
My previous change to configure to build on AIX 7.2 was not enough. When I linked my application with curl static libraries, I got the undefined references to pthreads again. Looking around and comparing the 7.64.0 curl to the curl-7.49.1, I discovered that the module curl_threads.c had the thre

Re: Problem building curl 7.64.0 on AIX 7.2 using xlc 13.1.0

2019-03-15 Thread Michael Schultz via curl-library
at someone who already knew what they were doing could make use of it Mike S From: Daniel Stenberg Sent: Thursday, March 14, 2019 6:39:36 PM To: Michael Schultz via curl-library Cc: Michael Schultz Subject: RE: Problem building curl 7.64.0 on AIX 7.2 using xlc

RE: Test failures on aix 7.2

2019-03-14 Thread Michael Schultz via curl-library
From: Marcel Raad [mailto:marcel.r...@teamviewer.com] Sent: Thursday, March 14, 2019 3:59 PM To: libcurl development Cc: Michael Schultz Subject: RE: Test failures on aix 7.2 Hi Michael, > -Original Message- > From: curl-library On Behalf Of > Michael Schultz via curl-libra

Test failures on aix 7.2

2019-03-14 Thread Michael Schultz via curl-library
I've now built cURL 7.64.0 on an AIX 7.2 machine. All the tests run except for 1435 and 1436. Standard output contains: test 1435...FAILED test 1436...FAILED test 1437...OK (1045 out of 1217, remaining: 00:57) test 1438...OK (1046 out of 1217, remaining: 00:56) test 1439...OK (1047 out of 1217,

RE: Problem building curl 7.64.0 on AIX 7.2 using xlc 13.1.0

2019-03-14 Thread Michael Schultz via curl-library
curl-library Cc: Michael Schultz Subject: RE: Problem building curl 7.64.0 on AIX 7.2 using xlc 13.1.0 On Wed, 13 Mar 2019, Michael Schultz via curl-library wrote: > ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_lock > ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_unlock >

RE: Problem building curl 7.64.0 on AIX 7.2 using xlc 13.1.0

2019-03-14 Thread Michael Schultz via curl-library
From: Daniel Stenberg [mailto:dan...@haxx.se] Sent: Thursday, March 14, 2019 5:28 AM To: Michael Schultz via curl-library Cc: Michael Schultz Subject: RE: Problem building curl 7.64.0 on AIX 7.2 using xlc 13.1.0 On Wed, 13 Mar 2019, Michael Schultz via curl-library wrote: > ld: 0711-317 ER

RE: Problem building curl 7.64.0 on AIX 7.2 using xlc 13.1.0

2019-03-14 Thread Michael Schultz via curl-library
-Original Message- From: Michael [mailto:aixto...@felt.demon.nl] Sent: Thursday, March 14, 2019 2:01 AM To: libcurl development Cc: Michael Schultz Subject: Re: Problem building curl 7.64.0 on AIX 7.2 using xlc 13.1.0 On 13/03/2019 00:06, Michael Schultz via curl-library wrote: >

RE: Problem building curl 7.64.0 on AIX 7.2 using xlc 13.1.0

2019-03-13 Thread Michael Schultz via curl-library
From: curl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of Michael Schultz via curl-library Sent: Wednesday, March 13, 2019 4:46 PM To: libcurl development Cc: Michael Schultz Subject: RE: Problem building curl 7.64.0 on AIX 7.2 using xlc 13.1.0 -Original Message- From

RE: Problem building curl 7.64.0 on AIX 7.2 using xlc 13.1.0

2019-03-13 Thread Michael Schultz via curl-library
7:06 PM, Michael Schultz via curl-library wrote: > I have built a previous version of curl on this AIX 7.2 machine without > incident, but I'm having trouble with curl 7.64.0. It may be due to the > version of the xlc compiler, but since I've built with this C compiler > be

Problem building curl 7.64.0 on AIX 7.2 using xlc 13.1.0

2019-03-12 Thread Michael Schultz via curl-library
I have built a previous version of curl on this AIX 7.2 machine without incident, but I'm having trouble with curl 7.64.0. It may be due to the version of the xlc compiler, but since I've built with this C compiler before, it may also be a bug in 7.64.0, so it's worth reporting it. My configure