Closed CodiePP closed 8 years ago
Thanks for the info. Could please try the fix by doing a:
opam pin add tgls https://github.com/dbuenzli/tgls.git
opam upgrade tgls
Btw. @yallop any idea if -Wl,-no-as-needed
is needed on FreeBSD ? I did not add the flag.
Passed!
./trigl3.native INFO: Renderer Mesa DRI Intel(R) Ivybridge Mobile OpenGL 3.2 (Core Profile) Mesa 10.4.6 / GLSL 3.30
./linkgl3.native [OK] Found glProvokingVertex for OpenGL 3.2
./linkgl4.native [OK] Found glBindTransformFeedback for OpenGL 4.0
Btw. @yallop any idea if
-Wl,-no-as-needed
is needed on FreeBSD ? I did not add the flag.
It's not needed as far as I know (and the passing test appears to confirm that).
Thanks Jeremie.
I think it failed to dynamically link the libGL.so library on FreeBSD.
the library can be found with:
Hope this helps. Thanks.