Questions tagged [library-path]
71 questions
0
votes
1 answer
How can I set LIBRARY_PATH?
I want to set my LIBRARY_PATH permanently. I searched about it but there was guides for setting LD_LIBRARY_PATH, so I would be thankful if anyone help me.
thanks in advance.

Luminous
- 23
- 6
0
votes
1 answer
JavaHL in Eclipse cannot be loaded while LibraryPath is overwritten
I use Subclipse with JavaHL in Eclipse Luna. Therefore I adapted my java.library.path property to load the libs as described…

Sebastian Barth
- 4,079
- 7
- 40
- 59
0
votes
1 answer
Migrating OmniDriver from Matlab to Octave. Need to find librarypath.txt for Octave?
I currently use Matlab and the Ocean Optics Omnidriver (http://oceanoptics.com/faq/controlling-usb-spectrometers-omnidriver-matlab/) to control a USB spectrometer on a windows 7 machine, and I'm trying to migrate to Octave.
Omnidriver is written in…

ChrisB
- 1
0
votes
0 answers
LD_LIBRARY_PATH too long for launching SAMCEF with Ubuntu 14.04 & Bash
I am trying to use the SAMCEF FE solver from SAMTECH with Ubuntu 14.04.
I successfully installed the software and added the path of the executable to the $PATH variable. Now when I want to test the system I should be able to enter, in the bash…

user3615884
- 25
- 5
0
votes
1 answer
Windows ifort linker library path
Is there a possiblity (an environment variable or a flag) to tell the Intel Fortran linker
ifort ... mylib.lib
to search for libraries in a specified directory before searching the standard directories on Windows (similar to -L on Linux or…

Peter Petrik
- 9,701
- 5
- 41
- 65
0
votes
1 answer
how to link your project to a library of 64 bit in makefile
I am a beginner developer in makefile and have a project that includes a src directory. Inside the src directory there are some .c and .h files as follows:
file1.c, file2.c, main.c, header1.h and header2.c. Main depends on file2.c while file2.c…

Sara
- 86
- 2
- 11
0
votes
0 answers
Using two different ld_library_paths at runtime
I want to execute a c++ program that starts 2 sub-programs.
The problem is, that one program needs another library path as the other program.
So I have something like this:
-_Parent program execution
--->setting LD_LIBRARY_PATH-> Execute first…

user2835278
- 13
- 2
0
votes
1 answer
Installing JavaComm API on Ubuntu
I know this question has been asked several times around the internet, but I have spent about a week trying to solve this problem with little luck.
I am trying to install JavaCommAPI (an archived Java package to allow communication with rs232) on a…

gecko25
- 71
- 2
- 11
0
votes
0 answers
Linker in XCode requires full path to the library
I need to configure conditional linking in XCode for iPad application.
(I have separate libs for debug/release, armv7/i386). Conditioning on architecture/configuration works fine, however Linker requires full pathes to the libraries even if I add…

Werolik
- 923
- 1
- 9
- 23
0
votes
2 answers
Eclipse: Add external lib for c project Not working
I have done the following:
Create new c project (Makefile Project with Existing Code)
Added a build variable that my Makefile complained about
Now my source .c file complains about #include files because it does not know where the lib folder is,I…

wwjdm
- 2,568
- 7
- 32
- 61
0
votes
2 answers
Eclipse C++ project not resolving LD_LIBRARY_PATH include variables
I have a C++ project I am importing and it is using activemq libraries. After I import the project, I set the LD_LIBRARY_PATH variable under environment to point to
/usr/local/include/activemq-cpp-3.4.2
This allows the project to see all the…

user1314238
- 389
- 1
- 3
- 16