User forums > Help

wxWidgets 2.6 (MSW, GCC) installation instructions

<< < (10/29) > >>

mandrav:
You haven't built it as monolithic.
To link the sample code with your library, add all libwxmsw26_*.a files in the link libraries.

Serge2005:
Thank you rickg22, thank you mandrav, I'm sorry, I recolmpiled all... I have libwxmsw26.a now (C:\wx\lib\gcc_lib\libwxmsw26.a), I'v set 
Settings->Compiler->Linker->Link libraries = C:\wx\lib\gcc_lib\libwxmsw26.a
but I get "ld.exe: cannot find -lwxmsw"-message... else and else :(  :( :(

mandrav:

--- Quote from: Serge_Novik on September 21, 2005, 08:10:49 pm ---Thank you rickg22, thank you mandrav, I'm sorry, I recolmpiled all... I have libwxmsw26.a now (C:\wx\lib\gcc_lib\libwxmsw26.a), I'v set
Settings->Compiler->Linker->Link libraries = C:\wx\lib\gcc_lib\libwxmsw26.a
but I get "ld.exe: cannot find -lwxmsw"-message... else and else :( :( :(


--- End quote ---

Settings->Compiler->Linker->Link libraries  is the global compiler options.
You should look in "Project->Build options" for the project-wide and per-target compiler/linker options.

Serge2005:
 :( I'v done in "Project->Build options" now, I added in Linker->Link libraries = ..\..\..\wx\lib\gcc_lib\libwxmsw26.a (and relative and not)
Directories->Compiler = C:\wx\include (and relative and not)
Directories->Linker = C:\wx\lib\gcc_lib (and relative and not)
but I have same issue, it's something witchcraft  :( :( :( :(

mandrav:
Can you post the errors please?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version