I don't have msys here, but if I see the compile/link line that failed,
I can compare it to my builds, and can probably then tell you what
to change.

I know that during 1.3.x's development, some of the utf8 module names
were changed, and libs were consolidated. So it's probably just a matter
of adding or changing the link libs.

Which exact makefile did you use (eg. makefiles/Makefile.mingw?)
and can you show us the actual link line (make sure .SILENT is
commented out of the makeinclude file, so that 'make' will show
the actual build lines.. the default is to hide them and just show
compiler/link output)


yassine wrote:
> Hi,
>  I run cmake on an svn version of fltk 1.3 and choose msys makefile. When I 
> run make on msys the libraries are built but when fluid.exe is linked a lot 
> of errors concerning fl_ut8.... appear. Here are some lines :
> ./bin/libfltk.a(Fl.obj):Fl.cxx:(.text+0x307c): undefined reference to 
> `fl_utf8f
> romwc'
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to