Talk:Mandelbrot set: Difference between revisions

Content added Content deleted
(→‎making C version work: Edit my comment. I also deleted #include <err.h>)
Line 37: Line 37:
:: <lang bash>make mandelbrot LDLIBS='-L/usr/lib/w32api -lglut -lGLU32 -lopengl32 -lgl -lm'</lang>
:: <lang bash>make mandelbrot LDLIBS='-L/usr/lib/w32api -lglut -lGLU32 -lopengl32 -lgl -lm'</lang>


:: If you have missing entry points, please post their names; then we might know which library is missing. --[[User:Kernigh|Kernigh]] 21:58, 28 July 2011 (UTC)
:: If you have missing entry points, please post their names; then we might know which library is missing. If anyone has no err.h, try deleting the <code>#include <err.h></code> line; I deleted it from this wiki page. --[[User:Kernigh|Kernigh]] 22:08, 28 July 2011 (UTC)