
6 Jun
2007
6 Jun
'07
11:53 a.m.
Brandon S. Allbery KF8NH
Alternately, just extract the contents of the .a into a subdirectory and explicitly load them:
mkdir libmaxent cd libmaxent ar x /usr/local/lib/libmaxent.a cd .. ghci (...) libmaxent/*.o
This doesn't quite work: ghc-6.6.1: libmaxent/trainer.o: unknown symbol `_ZNSt8ios_base4InitC1Ev' final link ... ghc-6.6.1: linking extra libraries/objects failed Thanks for the suggestion anyway! -- Grzegorz