Brent Cook

Results 46 comments of Brent Cook

Here's a quick working example for you to play with: ``` $ make install DESTDIR=`pwd`/install > /dev/null libtool: warning: remember to run 'libtool --finish /usr/local/lib' libtool: warning: remember to run...

@RandomInEqualities do you think this needs more clarification in the docs, or is something like this fairly clear when folks are targeting Windows already?

This was originally a workaround to creating static libraries with XCode. See here: https://github.com/libressl/portable/pull/776 Probably worth revisiting the issue.

Sounds like what we need to do here next is verify if this is still needed for Xcode static builds. If it is, either find another solution, or guard it...

Verified that Xcode still has trouble generating static libraries with the default CMake build if empty.c is removed. Here's what results:

Absolutely. I can submit a PR with this so we can catch it automatically. On Mon, Mar 18, 2024 at 1:03 AM Ilya Shipitsin ***@***.***> wrote: > as far as...

Hi @projectgoav do you have build / test instructions for this branch?

What does 'Windows MinGW' mean, as in where did you install it from and what version? You're probably right in that its hitting some limit on max number of files...

Hi, checking again, which MinGW distribution are you hitting this issue with? There are at least six for Windows, and Cygwin's works as far as I can tell: https://www.mingw-w64.org/downloads/

This probably started when we began linking internal apps directly to object files rather than libraries: a316f8ab8cf79895062c1d1fcc5d47c3d2cc6f6a This made some test scenarios easier since internal apps always can run standalone,...