You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to provide more output, because tmux only saved the last ~2000 lines. But before this, there were other linker errors similar to this one (quite often they were about mallinfo2 versus mallinfo, but sometimes also other names):
error: ld.lld: undefined symbol: mallinfo2
note: referenced by Process.cpp
note: Process.cpp.o:(llvm::sys::Process::GetMallocUsage()) in archive /home/aron/zig-bootstrap3/out/x86_64-linux-gnu-native/lib/libLLVMSupport.a
note: did you mean: mallinfo
note: defined in: /home/aron/.cache/zig/o/3a7edeb82d475eb11ce5c2b6937cbc20/libc.so.6
I have Xubuntu 22.04 with CMake 3.22.1, Ninja 1.10.1 and GCC 11.4.0.
The text was updated successfully, but these errors were encountered:
Hello,
Today I tried running
CMAKE_GENERATOR=Ninja ./build x86_64-linux-gnu native
, and after 1.5 hours it failed. The end of the output looks like this:I am unable to provide more output, because tmux only saved the last ~2000 lines. But before this, there were other linker errors similar to this one (quite often they were about
mallinfo2
versusmallinfo
, but sometimes also other names):I have Xubuntu 22.04 with CMake 3.22.1, Ninja 1.10.1 and GCC 11.4.0.
The text was updated successfully, but these errors were encountered: