Randall S. Becker

Results 129 comments of Randall S. Becker

If this is actually resulting from `atexit` processing in OpenSSL, and dynamic + static linking is not used, an issue should probably be opened at OpenSSL.

> > and then later on when pkg_shutdown is called (another atexit registered by pkg), you end up calling curl_multi_cleanup: > > I see, so you are saying that library...

I still need help convincing `configure` to build a DLL. The arguments are not the same as for gcc and configure gets confused about it. `-Wshared` is the trigger to...

> Looking at the relevant libtool logic it appears that it matches `irix5* | irix6* | nonstopux*` and defines `$archive_cmds` to use `-shared`. Rough summary: > > ``` > if...

Explains why libtool is a noop on the platform

This PR also includes changes to some tests to honor `HAVE_ALLOCA_H`. The changes build and test correctly on the NonStop (TANDEM) x86 platform.

> @rsbeckerca Thanks for your contribution ! If we can get in #228, there should be no need to include network header files. I'll come back to here once #228...

> @rsbeckerca Removal of alloca: #231 Please drop that alloca commit from your PR (feel free to force-push). Should be done. I repushed the original commit dropping e85cddd.

> @rsbeckerca Can you try to build and run tests from latest master without any changes? No, there are a few patches I have to apply to make this work....

I can build libpsl.a from the above tarball. Thanks. configure.ac needs a little tweeking to get a .so file, but I don't have a delivery requirement for that, so it...