LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   FLTK Makefile (https://www.linuxquestions.org/questions/programming-9/fltk-makefile-687899/)

Noxious020189 12-02-2008 10:37 PM

FLTK Makefile
 
Hi,

I just started using FLTK, and I keep compiling programs by using "fltk-config --compile myProgramName.cpp". So if I compile them this way I can't link them like I could in a regular C++ file with the makefile. I don't know the exact terminology, so please forgive me if I say something wrong.

So in short, I want to create a makefile to compile a FLTK program.

Thanks,
NOX

knudfl 12-05-2008 06:43 AM

Googling .. fltk-config

http://www.fltk.org/doc-1.1/basics.html

And have a look in some applications using fltk,
e.g. xpp, OpenEXR, SpiralSynth, Gmsh,
alsamixer-gui, ice_examin, prozgui.

I'd guess, you can find one using fltk-config in
one of the Makefile's.
( xpp has it mentioned after running configure )
....


All times are GMT -5. The time now is 04:32 AM.