Quote:
Originally Posted by ericshliao
With the help of fltk-dev mail list, I know how to compile single FLTK2 program to support non-English text now. It is: "fltk2-config --compile mycode.cxx". In fact, fltk2-config will call gcc with proper option. But how to use fltk2-config to compile dillo2? 
|
Perfect!
First you have to write down the right compile options. If fltk2-config has a verbose option use it. If no, rename gcc to something else and link in its place a simple echo and run it. After the test, switch back gcc to its normal self.
With the options, you can put them in the CFLAGS and/or LDFLAGS environment variables and try to compile dillo2.
If that doesnt work, you would have to modify the dillo Makefile to include those options in its CFLAGS and LDFLAGS.