-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
Description
This issue is a continuation from #9521 (comment)
I did this
# using gcc/clang + mingw-w64
autoreconf -vfi
./configure --enable-shared --disable-static --with-schannel
make -jlibtool: compile: windres -I../include -DCURL_EMBED_MANIFEST -i curl.rc -DDLL_EXPORT -DPIC -o .libs/curl.o
CCLD curl.exe
C:/msys64/ucrt64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find curl.o: No such file or directory
collect2.exe: error: ld returned 1 exit statusgit bisect -> 6de7322
$ git bisect good
6de7322c03d5b4d91576a7d9fc893e03cc9d1057 is the first bad commit
commit 6de7322c03d5b4d91576a7d9fc893e03cc9d1057
Author: Viktor Szakats
Date: Sun Sep 18 12:05:35 2022 +0000I expected the following
it to build
curl/libcurl version
7.86.0
operating system
Windows 11
Reactions are currently unavailable