Run insight from build directory
Denis PILAT
denis.pilat@st.com
Mon Jun 4 08:14:00 GMT 2007
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
More information about the Insight
mailing list