While quickloading IOLib, g++ raised an error because it couldn't find
"lfp.h". After digging around a bit, I realized I needed to install
libfixposix. It seems like ASDF would already have a way to express this
dependency, resulting in a clearer error message.
If this doesn't already exist, wha
On Wed, Apr 27, 2016 at 10:06 PM, Ian Tegebo wrote:
> While quickloading IOLib, g++ raised an error because it couldn't find
> "lfp.h". After digging around a bit, I realized I needed to install
> libfixposix. It seems like ASDF would already have a way to express this
> dependency, resulting in