> Sounds like your compiler installation isn't working.
>
> Are you able to compile + run simple C programs with gcc?
> eg. save this as hello.c:
>
> #include <stdio.h>
> int main() {
> printf("hello\n");
> return(0);
> }
>
> ..then compile and run as:
>
> gcc hello.c ; ./a.out
>
> If it gives errors, that's the problem.
It works. All other programs except WINE compile and run. WINE gives the same
error.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk