[Clp-tickets] [COIN-OR Linear Programming Solver] #13: "make" gives "Error Code 1"

COIN-OR Linear Programming Solver coin-trac at coin-or.org
Wed Aug 29 10:24:29 EDT 2007


#13: "make" gives "Error Code 1"
--------------------------+-------------------------------------------------
 Reporter:  cumhurag      |       Owner:  somebody
     Type:  defect        |      Status:  new     
 Priority:  major         |   Milestone:          
Component:  component1    |     Version:          
 Keywords:  Error code 1  |  
--------------------------+-------------------------------------------------
 Hello,

 Trying to install: FlopC++-1.0.1.tar[[BR]]
 Operating System: Sun Microsystems Inc.   SunOS 5.10[[BR]]
 Using gcc version 3.4.3 ("g++ -v" output is attached)

 I have run the following command to configure:[[BR]]

 ./configure --disable-shared CC=/usr/sfw/bin/gcc CXX=/usr/sfw/bin/g++ >
 myconfigure.log [[BR]]

 The configure is completed successfully. (myconfigure.log file is
 attached)[[BR]]
 However, "make" gives the following error: (this output is attached as
 mymake.log as well)

 ----
 Making all in CoinUtils
 Making all in src
 /bin/bash ../libtool --tag=CXX --mode=link /usr/sfw/bin/g++   -O3 -fomit-
 frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses
 -Wreturn-type -Wcast-qual -W
 all -Wpointer-arith -Wwrite-strings -Wconversion   -o libCoinUtils.la
 -rpath /home/uxtapa1/a557563/COIN/FlopC++-1.0.1/lib  CoinBuild.lo
 CoinDenseVector.lo  CoinError.lo Coi
 nFactorization1.lo CoinFactorization2.lo  CoinFactorization3.lo
 CoinFactorization4.lo CoinFileIO.lo  CoinIndexedVector.lo CoinLpIO.lo
 CoinMessage.lo  CoinMessageHandler.lo
 CoinModel.lo CoinModelUseful.lo  CoinModelUseful2.lo CoinMpsIO.lo
 CoinPackedMatrix.lo  CoinPackedVector.lo CoinPackedVectorBase.lo
 CoinPostsolveMatrix.lo CoinPrePostsolveM
 atrix.lo  CoinPresolveDoubleton.lo CoinPresolveDual.lo
 CoinPresolveDupcol.lo CoinPresolveEmpty.lo  CoinPresolveFixed.lo
 CoinPresolveForcing.lo  CoinPresolveHelperFunctions
 .lo CoinPresolveImpliedFree.lo  CoinPresolveIsolated.lo
 CoinPresolveMatrix.lo  CoinPresolvePsdebug.lo CoinPresolveSingleton.lo
 CoinPresolveSubst.lo CoinPresolveTighten.lo
  CoinPresolveTripleton.lo CoinPresolveUseless.lo  CoinPresolveZeros.lo
 CoinShallowPackedVector.lo  CoinWarmStartBasis.lo CoinWarmStartDual.lo
 *** Error code 1
 *** Error code 1
 The following command caused the error:
 failcom='exit 1'; \
 for f in x $MAKEFLAGS; do \
   case $f in \
     *=* | --[!k]*);; \
     *k*) failcom='fail=yes';; \
   esac; \
 done; \
 dot_seen=no; \
 target=`echo all-recursive | sed s/-recursive//`; \
 list='src '; for subdir in $list; do \
   echo "Making $target in $subdir"; \
   if test "$subdir" = "."; then \
     dot_seen=yes; \
     local_target="$target-am"; \
   else \
     local_target="$target"; \
   fi; \
   (cd $subdir && make  $local_target) \
   || eval $failcom; \
 done; \
 if test "$dot_seen" = "no"; then \
   make  "$target-am" || exit 1; \
 fi; test -z "$fail"
 *** Error code 1
 The following command caused the error:
 failcom='exit 1'; \
 for f in x $MAKEFLAGS; do \
   case $f in \
     *=* | --[!k]*);; \
     *k*) failcom='fail=yes';; \
   esac; \
 done; \
 dot_seen=no; \
 target=`echo all-recursive | sed s/-recursive//`; \
 list='CoinUtils Clp Osi Cgl Cbc FlopCpp'; for subdir in $list; do \
   echo "Making $target in $subdir"; \
   if test "$subdir" = "."; then \
     dot_seen=yes; \
     local_target="$target-am"; \
   else \
     local_target="$target"; \
   fi; \
   (cd $subdir && make  $local_target) \
   || eval $failcom; \
 done; \
 if test "$dot_seen" = "no"; then \
   make  "$target-am" || exit 1; \
 fi; test -z "$fail"
 ----


 Any help as to what this means and how to fix it would be appreciated.

 Thanks in advance

 Cumhur

-- 
Ticket URL: <https://projects.coin-or.org/Clp/ticket/13>
COIN-OR Linear Programming Solver <http://projects.coin-or.org/Clp>
A linear programming solver.



More information about the Clp-tickets mailing list