Re: Curl Configuration Weirdness for libz.a

2023-08-30 Thread Dan Fandrich via curl-library
On Wed, Aug 30, 2023 at 06:08:38PM -0400, rsbec...@nexbridge.com wrote: > Unfortunately, the packaging team for the platform did not help on this one. > zlib.h is in the /usr/coreutils/include directory, the zlib.a, zlib.so, > zlib.so.1.2.11 are in /usr/coreutils/lib (which collide). The zlib.pc

RE: Curl Configuration Weirdness for libz.a

2023-08-30 Thread Randall via curl-library
On Wednesday, August 30, 2023 5:56 PM, Dan Fandrich wrote: >On Wed, Aug 30, 2023 at 05:03:34PM -0400, rsbec...@nexbridge.com wrote: >> Actually, there is no libtool on the platform, so upgrading will be >> difficult. No LIB, INCLUDES, or other compile-related environment variables. > >Then it will

RE: Curl Configuration Weirdness for libz.a

2023-08-30 Thread Randall via curl-library
On Wednesday, August 30, 2023 5:56 PM, Dan Fandrich wrote: >On Wed, Aug 30, 2023 at 05:03:34PM -0400, rsbec...@nexbridge.com wrote: >> Actually, there is no libtool on the platform, so upgrading will be >> difficult. No LIB, INCLUDES, or other compile-related environment variables. > >Then it will

Re: Curl Configuration Weirdness for libz.a

2023-08-30 Thread Dan Fandrich via curl-library
On Wed, Aug 30, 2023 at 05:03:34PM -0400, rsbec...@nexbridge.com wrote: > Actually, there is no libtool on the platform, so upgrading will be > difficult. No LIB, INCLUDES, or other compile-related environment variables. Then it will be using the built-in libtool, which should be fairly recent. Bu

RE: Curl Configuration Weirdness for libz.a

2023-08-30 Thread Randall via curl-library
>-Original Message- >From: curl-library On Behalf Of Dan Fandrich >via curl-library >Sent: Wednesday, August 30, 2023 3:50 PM >To: curl-library@lists.haxx.se >Cc: Dan Fandrich >Subject: Re: Curl Configuration Weirdness for libz.a > >On Wed, Aug 30, 2023 at 03:27:34PM -0400, Randall via

Re: Curl Configuration Weirdness for libz.a

2023-08-30 Thread Dan Fandrich via curl-library
On Wed, Aug 30, 2023 at 03:27:34PM -0400, Randall via curl-library wrote: > ln: failed to create hard link '.libs/libcurl.lax/lt1-libz.a' => > '/usr/coreutils/lib/libz.a': Cross-device link This looks like a bad assumption on the part of libtool that a hard link is possible. I don't know why it's

Curl Configuration Weirdness for libz.a

2023-08-30 Thread Randall via curl-library
Hi Curl Team, I am building curl 8.2.1 for NonStop and received the following message: *** Warning: Trying to link with static lib archive /usr/coreutils/lib/libz.a. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if