Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Shared Libraries in Linux(Integration of the rpath from a make file)
icon11.gif  Shared Libraries in Linux [message #1059465] Sun, 19 May 2013 09:25
Yehuda Singer is currently offline Yehuda SingerFriend
Messages: 31
Registered: May 2013
Member
Dear Sir/Mrs.
Suppoe that a make file includes the following line:

LIBDIR = -L $(LIBPATH)-Wl,-rpath $(LIBPATH) -Wl,-rpath $(LIBPATH2)


I use the Eclipse CDT.

The symbols LPATH and LPATH2 are defined in the environment.
The LIBPATH points to a folder holding many .so libraries.

How to integrate the -rpath?

Thanks in advance.

Dr. Yehuda singer
Previous Topic:unresolved inclusion <stdarg.h> and <stdbool.c>
Next Topic:Eclipse include folder not working
Goto Forum:
  


Current Time: Wed Apr 24 21:38:09 GMT 2024

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

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

Back to the top