lists.zerezo.com



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-msys] gzip says it is i686-pc-msys



mglocken@xxxxxxx wrote:
> Hello,
>
> compiling an application (Gmsh) I get this error message:
> ...
> lib/libGmshCommon.a(Options.o)(.text$_ZN10Fl_Tooltip7disableEv[Fl_Tooltip::disable()]+0x5):Options.cpp:
> undefined reference to `Fl_Tooltip::enabled_'
> lib/libGmshCommon.a(Options.o)(.text$_ZN10Fl_Tooltip6enableEi[Fl_Tooltip::enable(int)]+0x7):Options.cpp:
> undefined reference to `Fl_Tooltip::enabled_'
> lib/libGmshNativeFileChooser.a(Fl_Native_File_Chooser.o)(.text+0xbd7):
> In function `ZN22Fl_Native_File_Chooser7showdirEv':
> C:/Programme/FEM_GMSH/gmshtest1/contrib/NativeFileChooser/Fl_Native_File_Chooser_WIN32.cxx:454:
> undefined reference to `OleInitialize@4'
> collect2: ld returned 1 exit status
> make: *** [link] Error 1
>
> Does anybody have an idea, what that means?
>
>
> Greetings,
>
> Michael Glockenmeier
>

Hi,
it means the linker didn't find where the symbols are defined. I can 
help you with "OleInitialize@4", try adding -lole32.

For the other 2 symbols, try browsing your project code and check if the 
file defining it is compiled properly.

Sorry if this becomes double or triple post, my internet connection has 
been acting up recently.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mingw-msys mailing list
Mingw-msys@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/mingw-msys