Talk:Mandelbrot set: Difference between revisions

Line 19:
* Make a new page, and put both the existing code and the new version there.
Which option do you think I should choose? --[[User:Ce|Ce]] 08:15, 22 August 2010 (UTC)
 
== making C version work ==
 
What assumptions need to be filled to make the C version work?
 
I tried building it under cygwin, with the glut runtime and dev installed, using
 
<lang bash>CFLAGS='-L/usr/lib/w32api -lgl -lGLU32 -lopengl32 -lglut -lm' make mandelbrot</lang>
 
And that failed for me with lots of failures to link to various entry points which seem to be defined in /usr/lib/libglut.a
 
It's been years since I have mucked about with makefiles and linker options, and knowing what is supposed to be happening here might help. --[[User:Rdm|Rdm]] 12:59, 28 July 2011 (UTC)
6,951

edits