Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Link .lib file to MinGW C++ Linker in eclipse(MinGW C++ linker is not able to link .lib files even after providing relevant path)
Link .lib file to MinGW C++ Linker in eclipse [message #1049111] Thu, 25 April 2013 11:26 Go to next message
Geetesh Patil is currently offline Geetesh PatilFriend
Messages: 1
Registered: April 2013
Junior Member
I am trying to use external library vxlapi in my cpp code.
Added relevent path of the external library in MinGW linker settings.(attached shot)
But still the code is not getting linked.
Its giving error as shown in attached file.
Re: Link .lib file to MinGW C++ Linker in eclipse [message #1050555 is a reply to message #1049111] Sat, 27 April 2013 11:05 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
The Mingw command and your Eclipse settings differ. The library path is not identical. And it seems that your not building an executable but a library (the linker command looks like this).

Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:Eclipse plugin for plotting serial data over windows
Next Topic:CDT indexer not support MS-style anonymous struct ?
Goto Forum:
  


Current Time: Tue Apr 23 15:21:13 GMT 2024

Powered by FUDForum. Page generated in 0.02805 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top