[Symphony] compilation on SunOs fails

Ross Anderson rpanderson at gmail.com
Sat May 15 21:11:50 EDT 2010


Hi Ted,

I went back through some previous versions and finally figured out that it
was just the machine I was using. Another SunOS machine I tried worked fine.

Sorry for the mailinglist spam!

Ross

On Sat, May 15, 2010 at 1:13 PM, Ted Ralphs <ted at lehigh.edu> wrote:

> I've never seen an error like this before. It builds fine in Linux.
> Have previous versions built OK? Or is this your first try on SunOS?
> I'll see what I can do to find a SunOS box to test with.
>
> Cheers,
>
> Ted
>
> On Thu, May 13, 2010 at 4:29 PM, Ross Anderson <rpanderson at gmail.com>
> wrote:
> > Hi all,
> > I'm attempting to compile 5.2.4 on SunOS
> >
> > make: Fatal error: Command failed for target `all-recursive'
> >
> > 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"
> > make: Fatal error: Command failed for target `all-recursive'
> > Current working directory /SYMPHONY-5.2.4/Cgl
> > *** 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 Data/Sample Osi Cgl Clp SYMPHONY'; 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"
> > make: Fatal error: Command failed for target `all-recursive'
> >
> >
> >
> >
> >
> > I ran ./configure (no options), then make on a SunOs 5.10 and received
> that
> > error.
> > Do I need to change anything?
> >
> > _______________________________________________
> > Symphony mailing list
> > Symphony at list.coin-or.org
> > http://list.coin-or.org/mailman/listinfo/symphony
> >
> >
>
>
>
> --
> Dr. Ted Ralphs
> Associate Professor, Lehigh University
> (610) 628-1280
> ted 'at' lehigh 'dot' edu
> coral.ie.lehigh.edu/~ted <http://coral.ie.lehigh.edu/%7Eted>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/symphony/attachments/20100515/1d7792b5/attachment.html>


More information about the Symphony mailing list