Hello Roman, Tuesday, February 26, 2008, 11:38:36 AM, you wrote: > What is the simplest way to build a Haskell project that uses a C++ > library? i use the following: ghc.exe --make -lstdc++ main.hs lib.o where lib.cpp is compiled by g++ (of course it's not exactly what you've asked for) -- Best regards, Bulat mailto:Bulat.Ziganshin at gmail.com