Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
163 views

HTTP POST request in C

Is possible to send HTTP POST Request in a simple way? (like python: import requests requests.post(ip, data) I am using msys2 and editing a 1996 file. I tried some libs like httprequest, curl, etc ...
Arcyde's user avatar
  • 47
2 votes
0 answers
2k views

MSYS2 error collect2: fatal error cannot find ld

Whenever I try to compile my program using GCC on msys2 I get this error: collect2: fatal error cannot find 'ld' This is what I am writing to compile: gcc 'pkg-config --cflags gtk+-3.0' -o example....
Matthew Maurice's user avatar