Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Bug in Library Linking GUI?

Platform: WinXP + Cygwin. 

I have successfully built and run a C++ project using Eclipse/CDT. I
now want to link to an external library (libpng.a residing in
/user/lib under Cygwin) to extend functionality.

I tried to link to libpng.a thusly:
Project -> Properties -> C/C++ Build -> Tool Settings -> GCC C++
Linker -> Libraries


When I click "Add" in the Libraries (-l) dialog and navigate to
/usr/lib/libpng.a to select it, the dialog sees NO libraries. Nuthin.
Zilch. CDT appears blind to the contents of that or any other
directory containing ".a" files.

Have I found a bug?

Cheers,
Douglass


Back to the top