[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] Re: Mac CDT Linker

On 18/09/2009 15:59, Wesley wrote:
I have looked everywhere to try to solve this problem and I really don't
know what's going on. This seems like the most basic thing you can do
and I can't seem to find it. I want to add a library to my project. It
already exists in /usr/local/lib. I just want to stick the library into
the project. Every webpage on the net says to go to Project Settings >
C/C++ General > Paths and Symbols > Linker. They all have nice pictures
of all these tabs that give you everything you need.

I'm running Eclipse 3.5 (64-bit) on Mac 10.6.1. I just installed it and
added the CDT package including all the optional stuff. The only tabs I
have under "Paths and Symbols" are Includes, Symbols, Source Location,
and References. Where's my Linker and Linker Path? How am I being stupid?

Thanks,
Wesley

I've just realised your problem.

If the "Linker" tab is not being shown, it is because you have a project that is not linked - that is, it is probably a library project.

What you need to do, is create a new executable project. This is a project type that uses a linker and thus you can link a library to it.

--
Derek