I am working on BGI library (graphics.h) c++ using code blocks. After setting up the library files in folders and linking in compiler settings (screenshot) I am getting the message ld.exe cannot find -lbgi
Asked
Active
Viewed 2,255 times
0
-
You need to tell it to link statically. -Bstatic -lbgi https://stackoverflow.com/questions/15852677/static-and-dynamic-shared-linking-with-mingw – Andrei M. Apr 13 '18 at 08:47
-
did not work. same thing. – Apr 13 '18 at 18:09
-
@user9640019 I also encountered this problem. Were you able to solve this? How did you solve the issue? Thanks! – Arman Ortega Mar 19 '22 at 17:03