Search results

  1. N

    Trying to port OpenCASCADE X11 undefined symbol problem.

    Artov, thanks for the tip and observation, which was helpfull. Debugging the build process I came to the conclusion that the DRAWEXE make file simply is not 'picking' up the X11 libraries, even when I specify them. So I modified that by adding '-L/usr/X11R6/lib -lX11' to the link...
  2. N

    Trying to port OpenCASCADE X11 undefined symbol problem.

    Hi, I've been trying to port OpenCASCADE to MacOS. Moderate success with litle modifications most things seem to compile and link, but a sample application DRAWEXE fails to link. Looking at what is happening it looks as if the X11 libraries are not picked up. This is an attempt with the...
Back
Top