User forums > Help

ld.exe:: cannot find -lwxcore26

(1/2) > >>

msk4web:

This is my first time using wxWidget and I need help. When I try to compilin a simple application I recive this message error:

:: === testests, Debug ===
ld.exe:: cannot find -lwxcore26
:: === Build finished: 1 errors, 0 warnings ===

I download and install wxWidgets-2.6.3.

MortenMacFly:

--- Quote from: msk4web on July 18, 2006, 01:51:38 pm ---ld.exe:: cannot find -lwxcore26

--- End quote ---
Thze linker cannot link agains the wxcore26 library. You have to provide the linker the path where this library is.


--- Quote from: msk4web on July 18, 2006, 01:51:38 pm ---I download and install wxWidgets-2.6.3.

--- End quote ---
What does that mean? If you just downloaded and "installed" wxWidgets than you usually now have the source code on your HDD to build the wxWidgets libraries yourself. Please search the forum / WiKi for the steps how to do so. I don't know if there are "binary" installers for wxWidgets that supply already compiled libraries for target OS'es, too. If so, make sure they are compatible with you compiler / OS. Then add the path of the (sub-) directory to the libs to your linker path's in the project or target options.

With regards, Morten.

David Perfors:

--- Quote from: MortenMacFly on July 18, 2006, 02:21:25 pm ---I don't know if there are "binary" installers for wxWidgets that supply already compiled libraries for target OS'es, too.

--- End quote ---
No there are no binary installers for wxWidgets

tiwag:

--- Quote from: mispunt on July 18, 2006, 02:28:26 pm ---
--- Quote from: MortenMacFly on July 18, 2006, 02:21:25 pm ---I don't know if there are "binary" installers for wxWidgets that supply already compiled libraries for target OS'es, too.

--- End quote ---
No there are no binary installers for wxWidgets

--- End quote ---

there are several wxwidgets binary devpaks primarily for usage with wxDevCPP :D

msk4web:
I set all the paths, it include the files with no problem, but there is no lwxcore26.a in the lib folder where wx is instaled, and I didnt find it.
Then I try to search the internet but no thing about this problem.

Navigation

[0] Message Index

[#] Next page

Go to full version