Ken Dibble wrote:
> I am unable to determince what the error is, not knowing
> anything about
> gcc, fltk or fltk-config
>
> the following command produces a gui executable (at least for this
> trivial example) which prints "Hello World" to the console when Open
> is
> selected from the
> File me
I am unable to determince what the error is, not knowing anything about
gcc, fltk or fltk-config
the following command produces a gui executable (at least for this
trivial example)
which prints "Hello World" to the console when Open is selected from the
File menu.
gcc test.cxx -lfltk -lstdc++
I'm hoping someone can help me correct the issue causing the error
listed below. I've attached minimal files to reproduce the error.
Thanks,
reid
$ fltk-config --compile test.cxx
gcc -mwindows -DWIN32 -o test test.cxx -mwindows /usr/lib/libfltk.a
-lole32 -luuid -lcomctl32 -lwsock32 -lsupc++
In
3 matches
Mail list logo