mingw-w64 / mingw-w64.github.io

mingw-w64.net web page contents (The new web page)
Other
599 stars 1.34k forks source link

Argument list too long #13

Open hbadi opened 2 years ago

hbadi commented 2 years ago

Hello, I tried to compiled a c code and at the linking stage i get the error "Argument list too long". I tried to increase ulimit but still not working. Is there a way to fix that ?

Thansk for helping.

Biswa96 commented 2 years ago

Please provide the necessary steps and minimal code sample to reproduce this issue.

hbadi commented 2 years ago

Hello @Biswa96 That's not so easy. I tried to compile the project Petsc, there's no issue with a pure unix system but with mingw64 it seems the maximal argument length is too short.