This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Run insight from build directory


Jie Zhang wrote:
On 6/1/07, Denis PILAT <denis.pilat@st.com> wrote:
Jie Zhang wrote:
> I downloaded insight 6.6 and do
>
> ./configure
> make
>
> then when I tried to run insight from the build directory, it failed;
>
> build-insight66/gdb$ ./insight
> Error: can't find package Iwidgets
>
You must install it (make install prefix=<path_to_install_dir>)
Then run the installed insight under path_to_install_dir/bin

The installed insight runs OK, but why we have to install it to get it
run? People usually do

configure
make
make check
make install

But this sequence does not work for insight 6.6 release. We have to

configure
make
make install
make clean
make check

People worked really hard to allow insight to be run from the build
directory years ago:

http://sourceware.org/ml/insight/2000-q4/msg00070.html

As Jim said, "This really should work."


Jie


Sorry I've never seen insight working without having its dependant library in the same folder, but I don't use is for years too!
I can't tell you when it used to work (may be Keith has the answer) but I can tell you it has not worked for years. The only way I found when I really need to run insight from the build was to copy all dlls into the build directory?


Denis


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]