I followed the instructions on how to build OpenVG on Windows. It works fine when I run the examples using &quot;GHCi -lopenvg32&quot;, but when compiling it with &quot;GHC --make -lopenvg32&quot; I get a bunch of linker errors, like<div>
<br></div><div><div>C:\Program Files\Haskell\OpenVG-0.1\ghc-6.10.1/libHSOpenVG-0.1.a(Paths.o):fake:(.text+0x82): undefined reference to `vgInterpolatePath&#39;</div><div>C:\Program Files\Haskell\OpenVG-0.1\ghc-6.10.1/libHSOpenVG-0.1.a(Paths.o):fake:(.text+0x40d): undefined reference to `vgModifyPathCoords&#39;</div>
<div>etc</div><div><br></div><div>However it does seem that the libopenvg32.a file contains all these undefined references, and it is in the gcc-lib directory of GHC.</div><div><br></div><div>I&#39;m a stuck. Any hints?</div>
<div><br></div><div>Thanks,</div><div>Peter</div><div><br></div></div>