My guess is that the library is not in your library search path. Assuming you are using bash as your shell, try doing<div><br></div><div>export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH</div><div><br></div><div>If it works, add that line to your .bash_profile and you should be good to go.</div>
<div><br></div><div>Cheers,</div><div><br></div><div>Ted<br><div><br><div class="gmail_quote">On Mon, Sep 26, 2011 at 3:31 PM, piet hoogeveen <span dir="ltr"><<a href="mailto:piet.hoogeveen@hotmail.com">piet.hoogeveen@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div dir="ltr">
Hi Ted and Stu,<br>
<br>
I have installed Ubuntu in a fresch virtual machine (I was busy with something else and had no time unfortunately to do this earlier)<br>
It seems to me that first two steps went well.<div class="im"><br>
<br>
1) Install Requirements<br> $ sudo apt-get install gfortran python-dev python-pip<br>2) Install DIP to your local system (trunk at the moment till we pin a<br>new release)<br>$ svn checkout <a href="https://projects.coin-or.org/svn/Dip/trunk" target="_blank">https://projects.coin-or.org/svn/Dip/trunk</a> dip_trunk<br>
$ cd dip_trunk<br>$ ./configure --prefix /usr/local<br>$ make<br>$ sudo make install<br>
<br>3) Install Dippy from the file that I have posted at<br><a href="https://webdropoff.auckland.ac.nz/cgi-bin/pickup/487a5f56e7fa09cca85bb52a534adb51/31977" target="_blank">https://webdropoff.auckland.ac.nz/cgi-bin/pickup/487a5f56e7fa09cca85bb52a534adb51/31977</a><br>
$ sudo pip install coinor.dippy-1.0.10.tar.gz<br>4) Test your installation by going to the examples and running coke.py<br>$ python coke.py<br><br></div>
I had downloaded the file in step 3 some time ago so I could use it now.<br>
But something goes wrong when I run: sudo pip install coinor.dippy-1.0.10.tar.gz<br>Because when I run: $ python coke.py<br>
I get the following message:<br>
<br>
<a href="mailto:user@ubuntu:~$" target="_blank">user@ubuntu:~$</a> cd Desktop<br><a href="mailto:user@ubuntu:~/Desktop$" target="_blank">user@ubuntu:~/Desktop$</a> python coke.py<br>Traceback (most recent call last):<br>
File "coke.py", line 6, in <module><br> import coinor.dippy as dippy<br> File "/usr/local/lib/python2.7/dist-packages/coinor/dippy/__init__.py", line 1, in <module><br> from dippy import *<br>
File "/usr/local/lib/python2.7/dist-packages/coinor/dippy/dippy.py", line 3, in <module><br> from _dippy import *<br>ImportError: libDecomp.so.0: cannot open shared object file: No such file or directory<br>
<br>
Do you know what went wrong? Could you help me with this?<br>
<br>
Best regards,<br>
<br>
Piet<br>
<br>
<br>
<br>
<div>
<hr>
</div>
<div>From: ted@Lehigh.EDU<br>Date: Thu, 8 Sep 2011 18:47:42 -0400<div><div></div><div class="h5"><br>Subject: Re: [Dip] Dip and Dippy<br>To: <a href="mailto:piet.hoogeveen@hotmail.com" target="_blank">piet.hoogeveen@hotmail.com</a><br>
CC: <a href="mailto:stu@stuartmitchell.com" target="_blank">stu@stuartmitchell.com</a>; <a href="mailto:michael.osullivan@auckland.ac.nz" target="_blank">michael.osullivan@auckland.ac.nz</a><br><br>Well, I'm out of ideas. Sounds like some kind of problem with your Ubuntu installation. Since you're working on a virtual machine, you could grab a different image and try that one instead or install Ubuntu from scratch in a fresh virtual machine. Stuart, didn't you have a virtual machine set up on Amazon?</div>
</div></div><div><div></div><div class="h5">
<div><br></div>
<div>Cheers,</div>
<div><br></div>
<div>Ted<br><br>
<div>On Thu, Sep 8, 2011 at 6:34 PM, piet hoogeveen <span dir="ltr"><<a href="mailto:piet.hoogeveen@hotmail.com" target="_blank">piet.hoogeveen@hotmail.com</a>></span> wrote:<br>
<blockquote style="border-left:#ccc 1px solid;padding-left:1ex">
<div>
<div dir="ltr">Hi Ted,<br> <br>Thanks for your help.<br>I now used ./configure --prefix=/usr/local and I tried only ./configure<br>But after some time, if I use ./configure --prefix=/usr/local or ./configure, the system does not respond anymore.<br>
I have attached a print screen of the terminal.<br> <br>regards,<br> <br>Piet<br> <br>
<div>
<hr>
From: ted@Lehigh.EDU<br>Date: Thu, 8 Sep 2011 10:47:20 -0400
<div><br>Subject: Re: [Dip] Dip and Dippy<br>To: <a href="mailto:piet.hoogeveen@hotmail.com" target="_blank">piet.hoogeveen@hotmail.com</a><br></div>CC: <a href="mailto:stu@stuartmitchell.com" target="_blank">stu@stuartmitchell.com</a>; <a href="mailto:michael.osullivan@auckland.ac.nz" target="_blank">michael.osullivan@auckland.ac.nz</a>
<div>
<div></div>
<div><br><br>I'm not sure how this could affect things, but you did
<div><br></div>
<div>./configure --prefix /usr/local</div>
<div><br></div>
<div>but it should be</div>
<div><br></div>
<div>./configure --prefix=/usr/local</div>
<div><br></div>
<div>I think you will have to start from scratch again. If you want to avoid having to get a fresh checkout each time, build in a subdirectory, i.e.,</div>
<div><br></div>
<div>cd Dip</div>
<div>mkdir build</div>
<div>cd build</div>
<div>../configure --prefix=/usr/local</div>
<div>make</div>
<div><br></div>
<div>Then you can just delete the build subdirectory if you want to start over. Please try again with the correct configuration command or even don't assign a prefix just to establish whether we can get a baseline default compile to work.</div>
<div><br></div>
<div>Cheers,</div>
<div><br></div>
<div>Ted</div>
<div>
<div><br>
<div>On Thu, Sep 8, 2011 at 4:37 AM, piet hoogeveen <span dir="ltr"><<a href="mailto:piet.hoogeveen@hotmail.com" target="_blank">piet.hoogeveen@hotmail.com</a>></span> wrote:<br>
<blockquote style="border-left:#ccc 1px solid;padding-left:1ex">
<div>
<div dir="ltr">Hi All,<br> <br>To complement previous e-mail.<br>I have a virtual machine (vmware)..<br> <br>regards,<br> <br>Jasper<br> <br>
<div>
<hr>
From: <a href="mailto:piet.hoogeveen@hotmail.com" target="_blank">piet.hoogeveen@hotmail.com</a><br>To: <a href="mailto:stu@stuartmitchell.com" target="_blank">stu@stuartmitchell.com</a>; <a href="mailto:ted@lehigh.edu" target="_blank">ted@lehigh.edu</a><br>
CC: <a href="mailto:michael.osullivan@auckland.ac.nz" target="_blank">michael.osullivan@auckland.ac.nz</a>
<div><br>Subject: RE: [Dip] Dip and Dippy<br></div>Date: Thu, 8 Sep 2011 08:57:50 +0200
<div>
<div></div>
<div><br><br>
<div dir="ltr">Hi All,<br><br>I have done a fresh checkout. After that I re-builded and<br>re-configured. But I get the same error.<br><br>I have attached two config.log files from the folders /home/user/dip_trunk and home/user/dip_trunk/osi<br>
<br>Below is my version of Ubuntu:<br>user@ubuntu:~$ uname -a<br>Linux ubuntu 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/Linux<br><br>Regards,<br><br>Piet<br><br><br><br>
<div>> From: <a href="mailto:stu@stuartmitchell.com" target="_blank">stu@stuartmitchell.com</a><br>> Date: Wed, 7 Sep 2011 15:09:37 +1200<br>> Subject: Re: [Dip] Dip and Dippy<br>> To: <a href="mailto:piet.hoogeveen@hotmail.com" target="_blank">piet.hoogeveen@hotmail.com</a><br>
> CC: <a href="mailto:ted@lehigh.edu" target="_blank">ted@lehigh.edu</a><br>> <br>> yeah me too I installed on (though it is a 64-bit ubuntu<br>> <br>> $ uname -a<br>> Linux chandler 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55<br>
> UTC 2011 x86_64 x86_64 x86_64 GNU/Linux<br>> and it worked fine for me<br>> <br>> if you want to just get started though I can send you a built version,<br>> that you should just be able to unpack into site-packages (though if<br>
> something is strange with your setup no guarantee that it will work<br>> :-(<br>> <br>> Stu<br>> <br>> On Wed, Sep 7, 2011 at 11:53 AM, Ted Ralphs <<a href="mailto:ted@lehigh.edu" target="_blank">ted@lehigh.edu</a>> wrote:<br>
> > I should say that I am using the same version of Ubuntu with no problems.<br>> > That's where I installed dippy most recently. Something is strange about the<br>> > set-up on this computer, but I don't know what.<br>
> ><br>> > Cheers,<br>> ><br>> > Ted<br>> ><br>> > On Tue, Sep 6, 2011 at 7:50 PM, Ted Ralphs <<a href="mailto:ted@lehigh.edu" target="_blank">ted@lehigh.edu</a>> wrote:<br>> >><br>
> >> I have no idea. If you can do a fresh checkout, then re-build and<br>> >> re-configure from scratch, that would be the first step. If it's still<br>> >> broken, send config.log and we'll go from there.<br>
> >><br>> >> Cheers,<br>> >><br>> >> Ted<br>> >><br>> >> On Tue, Sep 6, 2011 at 6:31 PM, Stuart Mitchell <<a href="mailto:stu@stuartmitchell.com" target="_blank">stu@stuartmitchell.com</a>><br>
> >> wrote:<br>> >>><br>> >>> Strange, I haven't seen this error :-(<br>> >>><br>> >>> Ted?<br>> >>><br>> >>> All I can suggest is<br>> >>> $ make clean<br>
> >>> and try again and possibly submit the error to the compiler developers<br>> >>> as suggested in the message.<br>> >>><br>> >>> Stu<br>> >>><br>> >>> On Wed, Sep 7, 2011 at 10:25 AM, piet hoogeveen<br>
> >>> <<a href="mailto:piet.hoogeveen@hotmail.com" target="_blank">piet.hoogeveen@hotmail.com</a>> wrote:<br>> >>> > Hi Stu,<br>> >>> ><br>> >>> > Thanks for the roadmap.<br>
> >>> > I tried the steps, but I get an error after some time when I type the<br>> >>> > command "make" in the terminal.<br>> >>> > This is what I see:<br>> >>> ><br>
> >>> > Osi -I/home/user/dip_trunk/CoinUtils/src -O3 -pipe -DNDEBUG<br>> >>> > -pedantic-errors<br>> >>> > -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith<br>> >>> > -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long<br>
> >>> > -DOSI_BUILD<br>> >>> > -MT OsiCutsTest.lo -MD -MP -MF .deps/OsiCutsTest.Tpo -c OsiCutsTest.cpp<br>> >>> > -fPIC -DPIC -o .libs/OsiCutsTest.o<br>> >>> > {standard input}: Assembler messages:<br>
> >>> > {standard input}:3840: Warning: partial line at end of file ignored<br>> >>> > g++: Internal error: Killed (program cc1plus)<br>> >>> > Please submit a full bug report.<br>
> >>> > See <file:///usr/share/doc/gcc-4.5/README.Bugs> for instructions.<br>> >>> > make[2]: *** [OsiCutsTest.lo] Error 1<br>> >>> > make[2]: Leaving directory `/home/user/dip_trunk/Osi/src/OsiCommonTest'<br>
> >>> > make[1]: *** [all-recursive] Error 1<br>> >>> > make[1]: Leaving directory `/home/user/dip_trunk/Osi'<br>> >>> > make: *** [all-recursive] Error 1<br>> >>> > user@ubuntu:~/dip_trunk$<br>
> >>> ><br>> >>> > regards,<br>> >>> ><br>> >>> > Piet<br>> >>> ><br>> >>> >> From: <a href="mailto:stu@stuartmitchell.com" target="_blank">stu@stuartmitchell.com</a><br>
> >>> >> Date: Mon, 5 Sep 2011 23:30:05 +1200<br>> >>> >> Subject: Re: [Dip] Dip and Dippy<br>> >>> >> To: <a href="mailto:piet.hoogeveen@hotmail.com" target="_blank">piet.hoogeveen@hotmail.com</a><br>
> >>> >> CC: <a href="mailto:ted@lehigh.edu" target="_blank">ted@lehigh.edu</a>; <a href="mailto:michael.osullivan@auckland.ac.nz" target="_blank">michael.osullivan@auckland.ac.nz</a><br>> >>> >><br>
> >>> >> Hi Piet can you see if these instructions work for you to install<br>> >>> >> dippy under ubuntu linux.<br>> >>> >><br>> >>> >> Sorry it took so long to get back to you.<br>
> >>> >><br>> >>> >> Once you confirm that this file and instructions work I should be able<br>> >>> >> to update pypi.<br>> >>> >><br>> >>> >> 1) Install Requirements<br>
> >>> >> $ sudo apt-get install gfortran python-dev python-pip<br>> >>> >> 2) Install DIP to your local system (trunk at the moment till we pin a<br>> >>> >> new release)<br>
> >>> >> $ svn checkout <a href="https://projects.coin-or.org/svn/Dip/trunk" target="_blank">https://projects.coin-or.org/svn/Dip/trunk</a> dip_trunk<br>> >>> >> $ cd dip_trunk<br>> >>> >> $ ./configure --prefix /usr/local<br>
> >>> >> $ make<br>> >>> >> $ sudo make install<br>> >>> >> 3) Install Dippy from the file that I have posted at<br>> >>> >><br>> >>> >><br>
> >>> >> <a href="https://webdropoff.auckland.ac.nz/cgi-bin/pickup/487a5f56e7fa09cca85bb52a534adb51/31977" target="_blank">https://webdropoff.auckland.ac.nz/cgi-bin/pickup/487a5f56e7fa09cca85bb52a534adb51/31977</a><br>
> >>> >> $ sudo pip install coinor.dippy-1.0.10.tar.gz<br>> >>> >> 4) Test your installation by going to the examples and running coke.py<br>> >>> >> $ python coke.py<br>
> >>> >> ....... (lotsa dip debug output)<br>> >>> >> Optimal Solution<br>> >>> >> -------------------------<br>> >>> >> Quality = <a>191078860.73</a><br>
> >>> >> 0 83.00<br>> >>> >> 2 6.98<br>> >>> >> 5 5.50<br>> >>> >> 28 450.00<br>> >>> >> 31 5.50<br>> >>> >> 33 5.50<br>
> >>> >> 34 270.75<br>> >>> >> 41 25.80<br>> >>> >> 47 340.48<br>> >>> >> 48 124.12<br>> >>> >> 52 585.00<br>> >>> >> 73 1.00<br>
> >>> >> 79 1.00<br>> >>> >> 86 1.00<br>> >>> >> 93 1.00<br>> >>> >> 105 1.00<br>> >>> >> 110 1.00<br>> >>> >> -------------------------<br>
> >>> >> Build L1 150 (1.0)<br>> >>> >> Build L2 0 (1.0)<br>> >>> >> Build L3 0 (1.0)<br>> >>> >> Build L4 0 (1.0)<br>> >>> >> Build L5 450 (1.0)<br>
> >>> >> Build L6 300 (1.0)<br>> >>> >><br>> >>> >> L1 L2 L3 L4 L5 L6<br>> >>> >> M1 0.0 0.0 0.0 0.0 0.0 25.8<br>> >>> >> M2 0.0 0.0 0.0 0.0 0.0 340.475<br>
> >>> >> M3 124.1175 0.0 0.0 0.0 585.0 0.0<br>> >>> >> M4 0.0 0.0 0.0 0.0 0.0 0.0<br>> >>> >> M5 0.0 0.0 0.0 0.0 0.0 0.0<br>> >>> >> M6 0.0 0.0 0.0 0.0 0.0 0.0<br>
> >>> >><br>> >>> >> C1 C2 C3 C4 C5 C6<br>> >>> >> L1 83.0 0.0 6.975 0.0 0.0 5.5<br>> >>> >> L2 0.0 0.0 0.0 0.0 0.0 0.0<br>> >>> >> L3 0.0 0.0 0.0 0.0 0.0 0.0<br>
> >>> >> L4 0.0 0.0 0.0 0.0 0.0 0.0<br>> >>> >> L5 0.0 0.0 0.0 0.0 450.0 0.0<br>> >>> >> L6 0.0 5.5 0.0 5.5 270.75 0.0<br>> >>> >><br>> >>> >><br>
> >>> >> Let me know if this works for you.<br>> >>> >><br>> >>> >> Stu<br>> >>> >><br>> >>> >><br>> >>> >> On Fri, Sep 2, 2011 at 9:54 PM, piet hoogeveen<br>
> >>> >> <<a href="mailto:piet.hoogeveen@hotmail.com" target="_blank">piet.hoogeveen@hotmail.com</a>> wrote:<br>> >>> >> > Hi Stu,<br>> >>> >> ><br>> >>> >> > Yes, I'm.<br>
> >>> >> ><br>> >>> >> > best regards,<br>> >>> >> ><br>> >>> >> > Piet<br>> >>> >> ><br>> >>> >> >> From: <a href="mailto:stu@stuartmitchell.com" target="_blank">stu@stuartmitchell.com</a><br>
> >>> >> >> Date: Fri, 2 Sep 2011 14:42:26 +1200<br>> >>> >> >> Subject: Re: [Dip] Dip and Dippy<br>> >>> >> >> To: <a href="mailto:piet.hoogeveen@hotmail.com" target="_blank">piet.hoogeveen@hotmail.com</a><br>
> >>> >> >><br>> >>> >> >> hmm I'm building one with trunk dip at the moment<br>> >>> >> >> will let you know.<br>> >>> >> >><br>
> >>> >> >> are you still 32bit?<br>> >>> >> >><br>> >>> >> >> Stu<br>> >>> >> >><br>> >>> >> >><br>
> >>> >> >> On Fri, Sep 2, 2011 at 12:17 AM, piet hoogeveen<br>
> >>> >> >> <<a href="mailto:piet.hoogeveen@hotmail.com" target="_blank">piet.hoogeveen@hotmail.com</a>> wrote:<br>> >>> >> >> > Hi Stu,<br>> >>> >> >> ><br>
> >>> >> >> > Until now I don't get Dip and Dippy installed.<br>> >>> >> >> > I followed your advice and try running the dip make file again.<br>> >>> >> >> > I have installed ubuntu 11.04 again and I tried to performe the<br>
> >>> >> >> > following<br>> >>> >> >> > steps:<br>> >>> >> >> > (after installing gfortran, virtualenv and pulp)<br>> >>> >> >> ><br>
> >>> >> >> > cd<br>> >>> >> >> > svn checkout <a href="https://projects.coin-or.org/svn/Dip/releases/0.82.0" target="_blank">https://projects.coin-or.org/svn/Dip/releases/0.82.0</a><br>
> >>> >> >> > Dip-0.82.0<br>> >>> >> >> > cd Dip-0.82.0<br>> >>> >> >> > ./configure<br>> >>> >> >> > make<br>> >>> >> >> > make install<br>
> >>> >> >> ><br>> >>> >> >> > But by the step "make" something goes wrong.<br>> >>> >> >> > The computer don't react anymore.<br>
> >>> >> >> > See attachment for what I see in the terminal.<br>> >>> >> >> ><br>> >>> >> >> > Do you know what I do wrong?<br>> >>> >> >> ><br>
> >>> >> >> > Best regards,<br>> >>> >> >> ><br>> >>> >> >> > Piet<br>> >>> >> >> ><br>> >>> >> >> ><br>
> >>> >> >> > ________________________________<br>> >>> >> >> > Date: Wed, 31 Aug 2011 09:16:25 +1200<br>> >>> >> >> > Subject: RE: [Dip] Dip and Dippy<br>
> >>> >> >> > From: <a href="mailto:stu@stuartmitchell.com" target="_blank">stu@stuartmitchell.com</a><br>> >>> >> >> > To: <a href="mailto:piet.hoogeveen@hotmail.com" target="_blank">piet.hoogeveen@hotmail.com</a><br>
> >>> >> >> ><br>> >>> >> >> > Yeah its been down for me too. Apparently its the hurricane.<br>> >>> >> >> > I wanted to fix up some stuff as well.<br>
> >>> >> >> > On Aug 31, 2011 6:08 AM, "piet hoogeveen"<br>> >>> >> >> > <<a href="mailto:piet.hoogeveen@hotmail.com" target="_blank">piet.hoogeveen@hotmail.com</a>><br>
> >>> >> >> > wrote:<br>> >>> >> >> >><br>> >>> >> >> >> Hi Stu,<br>> >>> >> >> >><br>> >>> >> >> >> Thanks for your help.<br>
> >>> >> >> >> I have installed a fortran compiler.<br>> >>> >> >> >> But I try to visit <a href="https://projects.coin-or.org/" target="_blank">https://projects.coin-or.org/</a> for downloading<br>
> >>> >> >> >> DIP<br>> >>> >> >> >> (using svn) but I can't connect to the server for the last 2<br>> >>> >> >> >> days.<br>> >>> >> >> >> Is there a problem with the site?<br>
> >>> >> >> >><br>> >>> >> >> >> Best regards,<br>> >>> >> >> >><br>> >>> >> >> >> Piet<br>> >>> >> >> >><br>
> >>> >> >> >><br>> >>> >> >> >>> From: <a href="mailto:stu@stuartmitchell.com" target="_blank">stu@stuartmitchell.com</a><br>> >>> >> >> >>> Date: Mon, 29 Aug 2011 10:17:29 +1200<br>
> >>> >> >> >>> Subject: Re: [Dip] Dip and Dippy<br>> >>> >> >> >>> To: <a href="mailto:piet.hoogeveen@hotmail.com" target="_blank">piet.hoogeveen@hotmail.com</a><br>
> >>> >> >> >>><br>> >>> >> >> >>> hey can you try installing a fortran compiler on your computer<br>> >>> >> >> >>><br>> >>> >> >> >>> $ sudo apt-get install gfortran<br>
> >>> >> >> >>><br>> >>> >> >> >>> and try running the dip make file again<br>> >>> >> >> >>><br>> >>> >> >> >>> once dip is made you should be able to install dippy from the<br>
> >>> >> >> >>> source.<br>> >>> >> >> >>><br>> >>> >> >> >>> I will be looking into this tonight so will see if there are<br>
> >>> >> >> >>> any<br>> >>> >> >> >>> other<br>> >>> >> >> >>> problems<br>> >>> >> >> >>><br>
> >>> >> >> >>> sTu<br>> >>> >> >> >>><br>> >>> >> >> >>> On Sat, Aug 20, 2011 at 11:43 PM, piet hoogeveen<br>> >>> >> >> >>> <<a href="mailto:piet.hoogeveen@hotmail.com" target="_blank">piet.hoogeveen@hotmail.com</a>> wrote:<br>
> >>> >> >> >>> > Hi all,<br>> >>> >> >> >>> ><br>> >>> >> >> >>> > I have a question about Dip and Dippy.<br>> >>> >> >> >>> ><br>
> >>> >> >> >>> > On my linux machine (ubuntu 11.04) I installed Pulp and some<br>> >>> >> >> >>> > solvers.<br>> >>> >> >> >>> > These<br>
> >>> >> >> >>> > solvers works.<br>> >>> >> >> >>> ><br>> >>> >> >> >>> > Now I tried to install Dippy and Dip. But I don't get both<br>
> >>> >> >> >>> > installed.<br>> >>> >> >> >>> ><br>> >>> >> >> >>> > In my terminal I write the following code to get Dip<br>
> >>> >> >> >>> > installed:<br>> >>> >> >> >>> ><br>> >>> >> >> >>> > cd<br>> >>> >> >> >>> > svn checkout<br>
> >>> >> >> >>> > <a href="https://projects.coin-or.org/svn/Dip/releases/0.82.0" target="_blank">https://projects.coin-or.org/svn/Dip/releases/0.82.0</a><br>> >>> >> >> >>> > Dip-0.82.0<br>
> >>> >> >> >>> > cd Dip-0.82.0<br>> >>> >> >> >>> > ./configure<br>> >>> >> >> >>> > make<br>> >>> >> >> >>> > make install<br>
> >>> >> >> >>> ><br>> >>> >> >> >>> ><br>> >>> >> >> >>> > When i try to run ./configure I get the following:<br>
> >>> >> >> >>> > ...<br>> >>> >> >> >>> > checking for frt... no<br>> >>> >> >> >>> > checking for af77... no<br>
> >>> >> >> >>> > checking for xlf_r... no<br>> >>> >> >> >>> > configure: WARNING: Failed to find a Fortran compiler!<br>> >>> >> >> >>> > configure: Fortran compiler options are:<br>
> >>> >> >> >>> > checking how to get verbose linking output from<br>> >>> >> >> >>> > unavailable...<br>> >>> >> >> >>> > configure:<br>
> >>> >> >> >>> > WARNING: compilation failed<br>> >>> >> >> >>> > checking for Fortran libraries of unavailable...<br>> >>> >> >> >>> > checking for dummy main to link with Fortran libraries...<br>
> >>> >> >> >>> > none<br>> >>> >> >> >>> > checking for Fortran name-mangling scheme... configure:<br>> >>> >> >> >>> > error:<br>
> >>> >> >> >>> > cannot<br>> >>> >> >> >>> > compile a simple Fortran program<br>> >>> >> >> >>> > See `config.log' for more details.<br>
> >>> >> >> >>> > configure: error: /bin/bash './configure' failed for<br>> >>> >> >> >>> > CoinUtils<br>> >>> >> >> >>> > user@ubuntu:~/Dip-0.82.0$<br>
> >>> >> >> >>> > I have a GCC (description in package manager is: the GNU C<br>> >>> >> >> >>> > compiler<br>> >>> >> >> >>> > (installed version 4.4.5.2.5-1ubuntu3)). Is this not good or<br>
> >>> >> >> >>> > do I<br>> >>> >> >> >>> > something<br>> >>> >> >> >>> > else wrong?<br>> >>> >> >> >>> > The config.log is attachted.<br>
> >>> >> >> >>> ><br>> >>> >> >> >>> > When I tried to install Dippy I get the following:<br>> >>> >> >> >>> ><br>
> >>> >> >> >>> > In INSTALL4Linux stands that I have<br>> >>> >> >> >>> ><br>> >>> >> >> >>> ><br>> >>> >> >> >>> ><br>
> >>> >> >> >>> > (<a href="https://projects.coin-or.org/CoinBazaar/browser/projects/Dippy/trunk" target="_blank">https://projects.coin-or.org/CoinBazaar/browser/projects/Dippy/trunk</a>)<br>
> >>> >> >> >>> > to<br>> >>> >> >> >>> > run in my terminal:<br>> >>> >> >> >>> ><br>> >>> >> >> >>> > $ sudo easy_install -U coinor.dippy<br>
> >>> >> >> >>> > I get the following:<br>> >>> >> >> >>> > user@ubuntu:~$ sudo easy_install -U coinor.dippy<br>> >>> >> >> >>> > [sudo] password for user:<br>
> >>> >> >> >>> > Searching for coinor.dippy<br>> >>> >> >> >>> > Reading <a href="http://pypi.python.org/simple/coinor.dippy/" target="_blank">http://pypi.python.org/simple/coinor.dippy/</a><br>
> >>> >> >> >>> > Reading<br>> >>> >> >> >>> > <a href="https://projects.coin-or.org/CoinBazaar/wiki/Projects/Dippy" target="_blank">https://projects.coin-or.org/CoinBazaar/wiki/Projects/Dippy</a><br>
> >>> >> >> >>> > No local packages or download links found for coinor.dippy<br>> >>> >> >> >>> > error: Could not find suitable distribution for<br>
> >>> >> >> >>> > Requirement.parse('coinor.dippy')<br>> >>> >> >> >>> > user@ubuntu:~$<br>> >>> >> >> >>> ><br>
> >>> >> >> >>> > On <a href="http://pypi.python.org/pypi" target="_blank">http://pypi.python.org/pypi</a> i searched for dippy and found<br>> >>> >> >> >>> > the<br>
> >>> >> >> >>> > name<br>> >>> >> >> >>> > coinor.dippy 1.0.10.<br>> >>> >> >> >>> > But that is also not helping.<br>
> >>> >> >> >>> ><br>> >>> >> >> >>> > user@ubuntu:~$ sudo easy_install -U coinor.dippy 1.0.10<br>> >>> >> >> >>> > Searching for coinor.dippy<br>
> >>> >> >> >>> > Reading <a href="http://pypi.python.org/simple/coinor.dippy/" target="_blank">http://pypi.python.org/simple/coinor.dippy/</a><br>> >>> >> >> >>> > Reading<br>
> >>> >> >> >>> > <a href="https://projects.coin-or.org/CoinBazaar/wiki/Projects/Dippy" target="_blank">https://projects.coin-or.org/CoinBazaar/wiki/Projects/Dippy</a><br>> >>> >> >> >>> > No local packages or download links found for coinor.dippy<br>
> >>> >> >> >>> > error: Could not find suitable distribution for<br>> >>> >> >> >>> > Requirement.parse('coinor.dippy')<br>> >>> >> >> >>> > user@ubuntu:~$<br>
> >>> >> >> >>> ><br>> >>> >> >> >>> > So I tried to use .egg and get the following:<br>> >>> >> >> >>> ><br>> >>> >> >> >>> > user@ubuntu:~$ sudo easy_install<br>
> >>> >> >> >>> > coinor.dippy-1.0.10-py2.7-win32.egg<br>> >>> >> >> >>> > [sudo] password for user:<br>> >>> >> >> >>> > Searching for coinor.dippy-1.0.10-py2.7-win32.egg<br>
> >>> >> >> >>> > Reading<br>> >>> >> >> >>> ><br>> >>> >> >> >>> ><br>> >>> >> >> >>> > <a href="http://pypi.python.org/simple/coinor.dippy-1.0.10-py2.7-win32.egg/" target="_blank">http://pypi.python.org/simple/coinor.dippy-1.0.10-py2.7-win32.egg/</a><br>
> >>> >> >> >>> > Couldn't find index page for<br>> >>> >> >> >>> > 'coinor.dippy-1.0.10-py2.7-win32.egg'<br>> >>> >> >> >>> > (maybe<br>
> >>> >> >> >>> > misspelled?)<br>> >>> >> >> >>> > Scanning index of all packages (this may take a while)<br>> >>> >> >> >>> > Reading <a href="http://pypi.python.org/simple/" target="_blank">http://pypi.python.org/simple/</a><br>
> >>> >> >> >>> > No local packages or download links found for<br>> >>> >> >> >>> > coinor.dippy-1.0.10-py2.7-win32.egg<br>> >>> >> >> >>> > error: Could not find suitable distribution for<br>
> >>> >> >> >>> > Requirement.parse('coinor.dippy-1.0.10-py2.7-win32.egg')<br>> >>> >> >> >>> > user@ubuntu:~$<br>> >>> >> >> >>> ><br>
> >>> >> >> >>> > Does abybody had the same problems?<br>> >>> >> >> >>> > Could someone help me to solve this problems and get dip and<br>> >>> >> >> >>> > dippy<br>
> >>> >> >> >>> > working?<br>> >>> >> >> >>> ><br>> >>> >> >> >>> > Best regards,<br>> >>> >> >> >>> ><br>
> >>> >> >> >>> > Piet<br>> >>> >> >> >>><br>> >>> >> >> >>><br>> >>> >> >> >>><br>> >>> >> >> >>> --<br>
> >>> >> >> >>> Stuart Mitchell<br>> >>> >> >> >>> PhD Engineering Science<br>> >>> >> >> >>> Freelance Programmer and Optimisation Expert<br>
> >>> >> >> >>> <a href="http://www.stuartmitchell.com/" target="_blank">www.stuartmitchell.com</a><br>> >>> >> >> >><br>> >>> >> >> ><br>
> >>> >> >><br>> >>> >> >><br>> >>> >> >><br>> >>> >> >> --<br>> >>> >> >> Stuart Mitchell<br>> >>> >> >> PhD Engineering Science<br>
> >>> >> >> Freelance Programmer and Optimisation Expert<br>> >>> >> >> <a href="http://www.stuartmitchell.com/" target="_blank">www.stuartmitchell.com</a><br>> >>> >> ><br>
> >>> >><br>> >>> >><br>> >>> >><br>> >>> >> --<br>> >>> >> Stuart Mitchell<br>> >>> >> PhD Engineering Science<br>
> >>> >> Freelance Programmer and Optimisation Expert<br>> >>> >> <a href="http://www.stuartmitchell.com/" target="_blank">www.stuartmitchell.com</a><br>> >>> ><br>> >>><br>
> >>><br>> >>><br>> >>> --<br>> >>> Stuart Mitchell<br>> >>> PhD Engineering Science<br>> >>> Freelance Programmer and Optimisation Expert<br>> >>> <a href="http://www.stuartmitchell.com/" target="_blank">www.stuartmitchell.com</a><br>
> >><br>> >><br>> >><br>> >> --<br>> >> Dr. Ted Ralphs<br>> >> Associate Professor, Lehigh University<br>> >> <a>(610) 628-1280</a><br>> >> ted 'at' lehigh 'dot' edu<br>
> >> <a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br>> >><br>> ><br>> ><br>> ><br>> > --<br>> > Dr. Ted Ralphs<br>> > Associate Professor, Lehigh University<br>
> > <a>(610) 628-1280</a><br>> > ted 'at' lehigh 'dot' edu<br>> > <a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br>> ><br>> ><br>> <br>
> <br>> <br>> -- <br>> Stuart Mitchell<br>> PhD Engineering Science<br>> Freelance Programmer and Optimisation Expert<br>> <a href="http://www.stuartmitchell.com/" target="_blank">www.stuartmitchell.com</a><br>
</div></div></div></div></div></div></div></blockquote></div><br><br clear="all">
<div><br></div>-- <br>Dr. Ted Ralphs<br>Associate Professor, Lehigh University<br><a>(610) 628-1280</a><br>ted 'at' lehigh 'dot' edu<br><a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br>
<br></div></div></div></div></div></div></div></blockquote></div><br><br clear="all">
<div><br></div>-- <br>Dr. Ted Ralphs<br>Associate Professor, Lehigh University<br><a href="tel:%28610%29%20628-1280" value="+16106281280" target="_blank">(610) 628-1280</a><br>ted 'at' lehigh 'dot' edu<br>
<a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br><br></div>                                            </div></div></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Dr. Ted Ralphs<br>Associate Professor, Lehigh University<br>(610) 628-1280<br>ted 'at' lehigh 'dot' edu<br><a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br>
<br>
</div></div>