Linker Error: cannot find -lecere

Help understanding and fixing compiling errors.
Post Reply
fedor_bel
Posts: 21
Joined: Sun Mar 14, 2010 4:46 pm

Linker Error: cannot find -lecere

Post by fedor_bel »

Hello,

Today after I have copied the ecere directory to another Windows computer, I thought I have enough to use ecere. But I got

Linker Error: cannot find -lecere

when trying to build.

What am I missing? The ecere directory contains bin, doc and mingw subdirectories from the the binary standard distribution.
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: Linker Error: cannot find -lecere

Post by jerome »

You need to setup the paths in File / Global Settings, Compilers

Libraries should contain: C:\Program Files (x86)\ECERE SDK\bin
And executable files should contain:

C:\Program Files (x86)\ECERE SDK\bin
C:\Program Files (x86)\ECERE SDK\mingw\bin

Ecere is spreading from computer to computer :shock:

Cheers,

Jerome
fedor_bel
Posts: 21
Joined: Sun Mar 14, 2010 4:46 pm

Re: Linker Error: cannot find -lecere

Post by fedor_bel »

Thank you, Jerome.
That helped! Now It is very easy to take ecere along with me.
Post Reply