All Questions
2 questions
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 ...
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....