272
edits
Hamzaalloush (talk | contribs) |
|||
Line 176: | Line 176: | ||
:: Ok, so I did revert to the autotools version, but was wondering if the CMake version worked for you for a static build. I'm now getting an unusual linker error in building netcdf. It can't find a reference to, for example, _imp__SDfileinfo, but _SDfileinfo is present in libmfhdf.a. Any clue what might be going on here? I'm suspecting it has something to do with the symbol visibility. - [[User:Flyhigh|Flyhigh]] ([[User talk:Flyhigh|talk]]) 11:21, 2 June 2015 (EDT) | :: Ok, so I did revert to the autotools version, but was wondering if the CMake version worked for you for a static build. I'm now getting an unusual linker error in building netcdf. It can't find a reference to, for example, _imp__SDfileinfo, but _SDfileinfo is present in libmfhdf.a. Any clue what might be going on here? I'm suspecting it has something to do with the symbol visibility. - [[User:Flyhigh|Flyhigh]] ([[User talk:Flyhigh|talk]]) 11:21, 2 June 2015 (EDT) | ||
::: references to _imp suggests that it's looking for a 'shared' import library symbol. example ./lib/libmfhdf.dll.a, which does not exist in your tree. so find out why netcdf is linking with shared references? see: http://pastebin.com/FkF2nFRS -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 12:41, 2 June 2015 (EDT) |
edits