Can NWChem be compiled usingc99?


Click here for full thread
Clicked A Few Times
The linking happens without issue but passing a string from the standard to the c99 part causes a segmentation violation. The library handles it just fine if I pass the string from a dummy program so that both the library and the program are compiled with c99, but literally cutting and pasting the same call into the interface between nwchem and the library results in a segmentation violation within the guts of the library.