Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
162 views
in Technique[技术] by (71.8m points)

c++ - How to build FLTK as a DLL

My environment is: MinGW, MSYS2, WINDOWS 10

For building FLTK 1.3.5 in my envirmoment, the official instruction(file README.MSWindows.txt) describes the following steps:

  1. open mingw64.exe
  2. cd 'to fltk source code directory'
  3. .configure
  4. make(In my case make not working, I just typing mingw32-make)

On my computer, the build completes successfully, but this script does not generate a .dll files. From this we can conclude that the compiled library is meant to be statically linked. I tried .configure --shared-library but it didn't give the desired effect. The instruction can answer this question but for Visual C6. It not my case, I prefer Codelite and MinGW.

What steps should I follow to get a FLTK designed for dynamic linking?

question from:https://stackoverflow.com/questions/65873393/how-to-build-fltk-as-a-dll

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...