<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Dear Prof. Dr. Pietro<br>I have solved the problem due to your guidance. The problem was the same as you mentioned. At the end I removed the compiler F77 etc. The only compiler left on my system was gfortran. I compiled it again from beginning at it is done now.<br>thanks a lot for help<br>Best Regards<br>Ehsan Ullah<br>
Lehrstuhl für Symbolic Computation<br>
Passau Universität<br>
Germany<br>
Ph# 0049-851-2016296<br>
Mobile: 0049-176-45196854<br>
Email: ehsanmath@yahoo.com<br><br>--- On <b>Thu, 19/5/11, Pietro Belotti <i><pbelott@clemson.edu></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Pietro Belotti <pbelott@clemson.edu><br>Subject: Re: [Couenne] Couenne compiling error<br>To: "ehsan ullah" <ehsanmath@yahoo.com><br>Date: Thursday, 19 May, 2011, 4:22 PM<br><br><div class="plainMail">Dear Ehsan,<br><br>my version of libCoinUtils does not make any reference to d_sign, and I <br>wonder if that depends on your previous use of fort77. I'd suggest you to <br>do a fresh build by running<br><br>make distclean<br>../configure<br>make<br><br>If you still cannot compile, please reply to me but also send the same <br>email to the Couenne mailing list (this is what I was referring to in my <br>previous email). I cannot give you very precise indications, and there are <br>COIN contributors who may have already
 coped with (and solved) this <br>issues.<br><br>Regards,<br>Pietro<br><br>--<br>Pietro Belotti<br>Dept. of Mathematical Sciences<br>Clemson University<br>email: <a ymailto="mailto:pbelott@clemson.edu" href="/mc/compose?to=pbelott@clemson.edu">pbelott@clemson.edu</a><br>phone: 864-656-6765<br>web:   myweb.clemson.edu/~pbelott<br><br>On Thu, 19 May 2011, ehsan ullah wrote:<br><br>> Dear Prof. Dr. Pietro<br>> I tried as you said. The previous error is resolved but now I have a new error as given in the following. can you please help. I checked couenne mailing list. could not find some<br>> thing like this.<br>> <br>> make[2]: Entering directory `/home/ehsan/Couenne/build/Clp/src'<br>> /bin/bash ../../libtool --tag=CXX --mode=link g++  -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall<br>> -Wpointer-arith -Wwrite-strings -Wconversion
 -Wno-unknown-pragmas     -o clp -rpath /home/ehsan/Couenne/build/lib ClpMain.o CbcOrClpParam.o MyEventHandler.o MyMessageHandler.o<br>> unitTest.o libClp.la /home/ehsan/Couenne/build/Clp/../CoinUtils/src/libCoinUtils.la -lm  `cat /home/ehsan/Couenne/build/Clp/../CoinUtils/coinutils_addlibs.txt`<br>> g++ -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion<br>> -Wno-unknown-pragmas -o .libs/clp ClpMain.o CbcOrClpParam.o MyEventHandler.o MyMessageHandler.o unitTest.o  ./.libs/libClp.so<br>> /home/ehsan/Couenne/build/Clp/../CoinUtils/src/.libs/libCoinUtils.so -L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2<br>> -L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortran -lm -lgcc_s -Wl,--rpath -Wl,/home/ehsan/Couenne/build/lib<br>>
 /home/ehsan/Couenne/build/Clp/../CoinUtils/src/.libs/libCoinUtils.so: undefined reference to `d_sign'<br>> collect2: ld returned 1 exit status<br>> make[2]: *** [clp] Error 1<br>> make[2]: Leaving directory `/home/ehsan/Couenne/build/Clp/src'<br>> make[1]: *** [all-recursive] Error 1<br>> make[1]: Leaving directory `/home/ehsan/Couenne/build/Clp'<br>> make: *** [all-recursive] Error 1<br>> root@ullah:~/Couenne/build#<br>> <br>> Thanks<br>> Ehsan Ullah<br>> Lehrstuhl für Symbolic Computation<br>> Passau Universität<br>> Germany<br>> Ph# 0049-851-2016296<br>> Mobile: 0049-176-45196854<br>> Email: <a ymailto="mailto:ehsanmath@yahoo.com" href="/mc/compose?to=ehsanmath@yahoo.com">ehsanmath@yahoo.com</a><br>> <br>> --- On Thu, 19/5/11, Pietro Belotti <<a ymailto="mailto:pbelott@clemson.edu" href="/mc/compose?to=pbelott@clemson.edu">pbelott@clemson.edu</a>> wrote:<br>><br>>   
    From: Pietro Belotti <<a ymailto="mailto:pbelott@clemson.edu" href="/mc/compose?to=pbelott@clemson.edu">pbelott@clemson.edu</a>><br>>       Subject: Re: [Couenne] Couenne compiling error<br>>       To: "ehsan ullah" <<a ymailto="mailto:ehsanmath@yahoo.com" href="/mc/compose?to=ehsanmath@yahoo.com">ehsanmath@yahoo.com</a>><br>>       Date: Thursday, 19 May, 2011, 1:15 PM<br>><br>>       Dear Ehsan,<br>><br>>       the commands you give are correct, and I also have an ubuntu 64bit system.<br>>       The only difference is that I'm using gfortran as Fortran compiler,<br>>       instead of fort77. I have never used fort77, but gfortran is a standard<br>>       compiler used for most coin-or project. If
 you are willing to give it a<br>>       try, configure again with the environment variable F77=gfortran (I believe<br>>       you should simply give the command "F77=gfortran ../configure").<br>><br>>       If you still get errors, please let me know, and copy the Couenne mailing<br>>       list -- there are much more knowledgeable compilation experts over there<br>>       :-)<br>><br>>       Regards,<br>>       Pietro<br>><br>>       --<br>>       Pietro Belotti<br>>       Dept. of Mathematical Sciences<br>>       Clemson University<br>>       email: <a ymailto="mailto:pbelott@clemson.edu"
 href="/mc/compose?to=pbelott@clemson.edu">pbelott@clemson.edu</a><br>>       phone: 864-656-6765<br>>       web:   myweb.clemson.edu/~pbelott<br>><br>>       On Thu, 19 May 2011, ehsan ullah wrote:<br>><br>>       > Dear Prof. Dr. Pietro<br>>       > I checked the compilation of Blas once again. It compiles without any errors. But still there is some problem. I am getting the following error. I shall be thankful<br>>       for help.<br>>       ><br>>       > ------------------------------<br>>       > Making all in ThirdParty/Blas<br>>       > make[1]: Entering directory `/home/ehsan/Couenne/build/ThirdParty/Blas'<br>>   
    > /bin/bash ./../../libtool --tag=F77 --mode=compile fort77  -O3 -fomit-frame-pointer -pipe   -c -o xerbla.lo ../../../ThirdParty/Blas/xerbla.f<br>>       >  fort77 -O3 -fomit-frame-pointer -pipe -c ../../../ThirdParty/Blas/xerbla.f  -fPIC -o .libs/xerbla.o<br>>       >    xerbla:<br>>       > Error on line 35: Declaration error for len_trim: unknown intrinsic function<br>>       > /usr/bin/fort77: aborting compilation<br>>       > make[1]: *** [xerbla.lo] Error 1<br>>       > make[1]: Leaving directory `/home/ehsan/Couenne/build/ThirdParty/Blas'<br>>       > make: *** [all-recursive] Error 1<br>>       >
 ---------------------------------------------------------------------------<br>>       > All what I did is the following. Every thing compiles without any error. I am using  64 bit ubuntu with 2.13 GHz Intel Pentium P6200 Dual Core processor.<br>>       ><br>>       > root@ullah:.~# svn co <a href="https://projects.coin-or.org/svn/Couenne/stable/0.3" target="_blank">https://projects.coin-or.org/svn/Couenne/stable/0.3</a> Couenne<br>>       > root@ullah:~# ls<br>>       > Couenne  Documents  examples.desktop  Pictures  Templates<br>>       > Desktop  Downloads  Music             Public    Videos<br>>       > root@ullah:~# cd Couenne/<br>>   
    > root@ullah:~/Couenne# cd ThirdParty/<br>>       > root@ullah:~/Couenne/ThirdParty# svn update<br>>       > root@ullah:~/Couenne/ThirdParty# cd ASL<br>>       > root@ullah:~/Couenne/ThirdParty/ASL# ./get.ASL<br>>       > root@ullah:~/Couenne/ThirdParty/ASL# cd ..<br>>       > root@ullah:~/Couenne/ThirdParty# cd Blas/<br>>       > root@ullah:~/Couenne/ThirdParty/Blas# ./get.Blas<br>>       > root@ullah:~/Couenne/ThirdParty/Blas# cd ..<br>>       > root@ullah:~/Couenne/ThirdParty# cd Lapack<br>>       > root@ullah:~/Couenne/ThirdParty/Lapack# ./get.Lapack<br>>       > root@ullah:~/Couenne/ThirdParty/Lapack# cd ..<br>> 
      > root@ullah:~/Couenne/ThirdParty# cd Mumps<br>>       > root@ullah:~/Couenne/ThirdParty/Mumps# ./get.Mumps<br>>       > root@ullah:~/Couenne/ThirdParty/Mumps# cd ..<br>>       > root@ullah:~/Couenne/ThirdParty# cd ..<br>>       > root@ullah:~/Couenne#<br>>       > root@ullah:~/Couenne# mkdir build<br>>       > root@ullah:~/Couenne# cd build<br>>       > root@ullah:~/Couenne/build# ../configure -C<br>>       > root@ullah:~/Couenne/build# make<br>>       > One last question. Do I need to obtain HSL and Mumps both. What is the difference between both.<br>>       > thanks<br>>   
    ><br>>       > Ehsan Ullah<br>>       > Lehrstuhl für Symbolic Computation<br>>       > Passau Universität<br>>       > Germany<br>>       > Ph# 0049-851-2016296<br>>       > Mobile: 0049-176-45196854<br>>       > Email: <a ymailto="mailto:ehsanmath@yahoo.com" href="/mc/compose?to=ehsanmath@yahoo.com">ehsanmath@yahoo.com</a><br>>       ><br>>       > --- On Wed, 18/5/11, Pietro Belotti <<a ymailto="mailto:pbelott@clemson.edu" href="/mc/compose?to=pbelott@clemson.edu">pbelott@clemson.edu</a>> wrote:<br>>       ><br>>       >       From: Pietro Belotti <<a
 ymailto="mailto:pbelott@clemson.edu" href="/mc/compose?to=pbelott@clemson.edu">pbelott@clemson.edu</a>><br>>       >       Subject: Re: [Couenne] Couenne compiling error<br>>       >       To: "ehsan ullah" <<a ymailto="mailto:ehsanmath@yahoo.com" href="/mc/compose?to=ehsanmath@yahoo.com">ehsanmath@yahoo.com</a>><br>>       >       Cc: "Couenne mailing list" <<a ymailto="mailto:couenne@list.coin-or.org" href="/mc/compose?to=couenne@list.coin-or.org">couenne@list.coin-or.org</a>><br>>       >       Date: Wednesday, 18 May, 2011, 4:46 PM<br>>       ><br>>       >       Dear Ehsan,<br>>   
    ><br>>       >       dasum.f seems to be a necessary component of Blas. Did you download the Blas library properly? You may need to run "svn update" in the ThirdParty directory<br>>       and then<br>>       >       run the script "./get.Blas" in the ThirdParty/Blas directory.<br>>       ><br>>       >       Pietro<br>>       ><br>>       >       --<br>>       >       Pietro Belotti<br>>       >       Dept. of Mathematical Sciences<br>>       >       Clemson
 University<br>>       >       email: <a ymailto="mailto:pbelott@clemson.edu" href="/mc/compose?to=pbelott@clemson.edu">pbelott@clemson.edu</a><br>>       >       phone: 864-656-6765<br>>       >       web:   myweb.clemson.edu/~pbelott<br>>       ><br>>       >       On Wed, 18 May 2011, ehsan ullah wrote:<br>>       ><br>>       >       > Hallo<br>>       >       > I am getting the following error while compiling couenne after installing thirdparty sofwares. Can you please help to detect whats going wrong<br>>   
    >       ><br>>       >       > root@ullah:~/Couenne/build# make<br>>       >       > Making all in ThirdParty/Blas<br>>       >       > make[1]: Entering directory `/home/ehsan/Couenne/build/ThirdParty/Blas'<br>>       >       > /bin/bash ./../../libtool --tag=F77 --mode=compile fort77  -O3 -fomit-frame-pointer -pipe   -c -o dasum.lo ../../../ThirdParty/Blas/dasum.f<br>>       >       >  fort77 -O3 -fomit-frame-pointer -pipe -c ../../../ThirdParty/Blas/dasum.f  -fPIC<br>>       >       >    dasum:<br>>   
    >       > mv -f dasum.o .libs/dasum.o<br>>       >       > mv: cannot stat `dasum.o': No such file or directory<br>>       >       > make[1]: *** [dasum.lo] Error 1<br>>       >       > make[1]: Leaving directory `/home/ehsan/Couenne/build/ThirdParty/Blas'<br>>       >       > make: *** [all-recursive] Error 1<br>>       >       ><br>>       >       > thanks in advance<br>>       >       > Ehsan <br>>       >       > ???<br>> 
      ><br>>       ><br>>       ><br>> <br>> <br>></div></blockquote></td></tr></table>