On 5 Feb 2009, at 20:23, Jos Dreesen wrote: > lin : > g++ -Wall -std=c++98 -O3 -o emulith $(libdirs) $(includes) $ > (files) $(fltklib) $(xlibs) > ----------------------------------------- > > But I am at a loss as to where I should look.... > Any pointers as to what is missing ?
No idea: maybe your "-std=c++98" setting doesn't like that varargs style or something? What happens if you remove that? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

