14 Oct
2022
14 Oct
'22
10:00
https://bugzilla.suse.com/show_bug.cgi?id=1204317 https://bugzilla.suse.com/show_bug.cgi?id=1204317#c1 --- Comment #1 from Michal Koutn� <mkoutny@suse.com> --- (In reply to Michal Koutn� from comment #0)
Dynamic build like:
cc -pthread --std=gnu99 -g -c -o minimal.o minimal.c cc minimal.o -static -pthread -lm -lrt -o minimal
Copy-paste mistake, there's no -static in both.
cc -pthread --std=gnu99 -g -c -o minimal.o minimal.c cc minimal.o -pthread -lm -lrt -o minimal
-- You are receiving this mail because: You are on the CC list for the bug.