nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#198 Find implementation of dlopen and dlsym for MinGW, #1943

Open nikhilgupta10 opened 8 years ago

nikhilgupta10 commented 8 years ago

The win32 MinGW build of the core cannot be linked until dlopen and dlsym are available for MinGW.

,

nikhilgupta10 commented 8 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1. "tacarlon": * status changed from new to assigned ,

"dchassin": * priority changed from blocker to critical

This is needed to get rid of the need to build using MSVC. It may be time to implement the needed code in MSVC and make a small standalone .lib available to MinGW compiles for this purpose.

,

"dchassin": * owner changed from mhauer to dchassin

A quick online search indicates that patches are available and some windows systems can use libdl.dll. When choosing the library, remember not to select GPL or LGPL versions.

,

"dchassin":- Milestone: Unscheduled --> Version 4.0 RC1 ,