Yes, it still works on many other graphs.
---------------------------------------------------------------------------------------------------------------------------
(sage-sh) shhu@shhu-ee-tau:~$ ldd `which theta`
    linux-vdso.so.1 =>  (0x00007ffea69d6000)
    libsdp.so.0 => /home/shhu/Documents/SageMath/local/lib/libsdp.so.0 
(0x00007f9e721e9000)
    liblapack.so.3 => 
/home/shhu/Documents/SageMath/local/lib/liblapack.so.3 (0x00007f9e71907000)
    libcblas.so.3 => /home/shhu/Documents/SageMath/local/lib/libcblas.so.3 
(0x00007f9e716e3000)
    libf77blas.so.3 => 
/home/shhu/Documents/SageMath/local/lib/libf77blas.so.3 (0x00007f9e714c2000)
    libatlas.so.3 => /home/shhu/Documents/SageMath/local/lib/libatlas.so.3 
(0x00007f9e70e91000)
    libgfortran.so.3 => 
/home/shhu/Documents/SageMath/local/lib/libgfortran.so.3 
(0x00007f9e70b73000)
    libquadmath.so.0 => 
/home/shhu/Documents/SageMath/local/lib/libquadmath.so.0 
(0x00007f9e70936000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9e70615000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9e7024f000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x00007f9e70031000)
    libgcc_s.so.1 => /home/shhu/Documents/SageMath/local/lib/libgcc_s.so.1 
(0x00007f9e6fe1b000)
    /lib64/ld-linux-x86-64.so.2 (0x00005609d1eac000)
------------------------------------------------------------------------------------------------------------------------------
The CSDP log is attached. 

Thanks for your kindly help!

在 2016年5月11日星期三 UTC+3下午4:43:04,Dima Pasechnik写道:
>
> It does work on some graphs, still, right?
> It's a high-end relatively new CPU, perhaps Atlas and/or gcc has a problem 
> with it?
>
> Can you post the output of 'ldd theta', i.e.
>
> (sage-sh) dimpase@clpc171:sage$ ldd `which theta`
> linux-vdso.so.1 (0x00007ffd2c34f000)
> libsdp.so.0 => /home/scratch/dimpase/sage/sage/local/lib/libsdp.so.0 
> (0x00007f74f6ec3000)
> liblapack.so.3 => /home/scratch/dimpase/sage/sage/local/lib/liblapack.so.3 
> (0x00007f74f65fc000)
> libcblas.so.3 => /home/scratch/dimpase/sage/sage/local/lib/libcblas.so.3 
> (0x00007f74f63da000)
> libf77blas.so.3 => 
> /home/scratch/dimpase/sage/sage/local/lib/libf77blas.so.3 
> (0x00007f74f61b8000)
> libatlas.so.3 => /home/scratch/dimpase/sage/sage/local/lib/libatlas.so.3 
> (0x00007f74f5b2a000)
> libgfortran.so.3 => /lib64/libgfortran.so.3 (0x00007f74f57ca000)
> libquadmath.so.0 => /lib64/libquadmath.so.0 (0x00007f74f558b000)
> libm.so.6 => /lib64/libm.so.6 (0x00007f74f5288000)
> libc.so.6 => /lib64/libc.so.6 (0x00007f74f4ec7000)
> libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f74f4caa000)
> libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f74f4a92000)
> /lib64/ld-linux-x86-64.so.2 (0x000055f7fadea000)
>
> as well as the CSDP installation log:
>
> SAGE_ROOT/logs/pkgs/csdp-6.2.log
>
> On Wednesday, May 11, 2016 at 12:58:43 PM UTC+1, Sihuang Hu wrote:
>>
>> I just did what you suggested, and it didn't work. I got those messages:
>>
>> (sage-sh) shhu@shhu-ee-tau:~$ theta 2k2
>> Segmentation fault (core dumped)
>>
>> My Cpu information is attached. 
>> Ubuntu 14.04LTS
>> SageMath Version 7.0, Release Date: 2016-01-19
>>
>>
>> 在 2016年5月10日星期二 UTC+3下午11:55:55,Dima Pasechnik写道:
>>>
>>> here is the input for theta executable:
>>>
>>>   4
>>>   2
>>>   1 2
>>>   3 4
>>>
>>> (also attached)
>>> save it to a file named, say, 2k2, fire up "sage -sh"
>>> and run 
>>>
>>> theta 2k2
>>>
>>> I get 
>>>
>>> $ theta 2k2 
>>> Graph is of size 4 2 
>>> C block 1, blocksize, 4
>>> Checking constraint 1 
>>> Checking constraint 2 
>>> Checking constraint 3 
>>> Iter:  0 Ap: 0.00e+00 Pobj:  1.0666667e+02 Ad: 0.00e+00 Dobj: 
>>>  0.0000000e+00 
>>> [... edited]
>>> Iter: 15 Ap: 1.00e+00 Pobj:  2.0000000e+00 Ad: 9.00e-01 Dobj: 
>>>  2.0000000e+00 
>>> Success: SDP solved
>>> Primal objective value: 2.0000000e+00 
>>> Dual objective value: 2.0000000e+00 
>>> Relative primal infeasibility: 1.11e-16 
>>> Relative dual infeasibility: 2.12e-10 
>>> Real Relative Gap: 8.56e-10 
>>> XZ Relative Gap: 9.63e-10 
>>> DIMACS error measures: 1.11e-16 0.00e+00 5.30e-10 0.00e+00 8.56e-10 
>>> 9.63e-10
>>> The Lovasz Theta Number is 2.0000000e+00 
>>>
>>> Does this work for you?
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
Found local metadata for csdp-6.2
=========================== WARNING ===========================
You are about to download and install an experimental package.
This probably won't work at all for you! There is no guarantee
that it will build correctly, or behave as expected.
Use at your own risk!
===============================================================
Are you sure you want to continue [Y/n]? Attempting to download package 
csdp-6.2.tar.gz from mirrors
Downloading the Sage mirror list
Searching fastest mirror
  720ms: http://echidna.maths.usyd.edu.au/sage/
  351ms: http://files.sagemath.org/
 1494ms: http://ftp.iitm.ac.in/sage/
 1013ms: http://ftp.kaist.ac.kr/sage/
  791ms: http://ftp.leg.uct.ac.za/pub/packages/sage/
  761ms: http://ftp.ntua.gr/pub/sagemath/
 1898ms: http://ftp.riken.jp/sagemath/
 1839ms: http://ftp.tsukuba.wide.ad.jp/software/sage/
  948ms: http://ftp.yz.yamagata-u.ac.jp/pub/math/sage/
  484ms: http://linorg.usp.br/sage/
 1036ms: http://mirror.aarnet.edu.au/pub/sage/
 1554ms: http://mirror.hust.edu.cn/sagemath/
  287ms: http://mirror.switch.ch/mirror/sagemath/
  928ms: http://mirror.ufs.ac.za/sagemath/
  179ms: http://mirror.yandex.ru/mirrors/sage.math.washington.edu/
  289ms: http://mirrors-usa.go-parts.com/sage/sagemath/
  304ms: http://mirrors.fe.up.pt/pub/sage/
  209ms: http://mirrors.mit.edu/sage/
 1077ms: http://mirrors.tuna.tsinghua.edu.cn/sagemath/
 8132ms: http://mirrors.ustc.edu.cn/sagemath/
  573ms: http://mirrors.xmission.com/sage/
  347ms: http://sage.mirror.garr.it/mirrors/sage/
 1360ms: http://sagemath.c3sl.ufpr.br/
 2066ms: http://sagemath.mirror.ac.za/
 1034ms: http://sagemath.polytechnic.edu.na/
  659ms: http://sunsite.rediris.es/mirror/sagemath/
  324ms: http://www-ftp.lip6.fr/pub/math/sagemath/
 1586ms: http://www.cecm.sfu.ca/sage/
  282ms: http://www.mirrorservice.org/sites/www.sagemath.org/
Fastest mirror: http://mirror.yandex.ru/mirrors/sage.math.washington.edu/
http://mirror.yandex.ru/mirrors/sage.math.washington.edu/spkg/upstream/csdp/csdp-6.2.tar.gz
[......................................................................]
csdp-6.2
====================================================
Setting up build directory for csdp-6.2
Finished set up
****************************************************
Host system:
Linux shhu-ee-tau 3.19.0-58-generic #64~14.04.1-Ubuntu SMP Fri Mar 18 19:05:43 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/shhu/Documents/SageMath/local/libexec/gcc/x86_64-unknown-linux-gnu/4.9.3/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../src/configure --prefix=/home/shhu/Documents/SageMath/local 
--with-local-prefix=/home/shhu/Documents/SageMath/local 
--with-gmp=/home/shhu/Documents/SageMath/local 
--with-mpfr=/home/shhu/Documents/SageMath/local 
--with-mpc=/home/shhu/Documents/SageMath/local --with-system-zlib 
--disable-multilib --disable-nls --enable-languages=c,c++,fortran 
--disable-libitm  
Thread model: posix
gcc version 4.9.3 (GCC) 
****************************************************
Common Public License Version 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF
THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

    a) in the case of the initial Contributor, the initial code and
    documentation distributed under this Agreement, and

    b) in the case of each subsequent Contributor:

    i) changes to the Program, and

    ii) additions to the Program;

    where such changes and/or additions to the Program originate from
    and are distributed by that particular Contributor. A Contribution
    'originates' from a Contributor if it was added to the Program by
    such Contributor itself or anyone acting on such Contributor's
    behalf. Contributions do not include additions to the Program
    which: (i) are separate modules of software distributed in
    conjunction with the Program under their own license agreement,
    and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents " mean patent claims licensable by a Contributor
which are necessarily infringed by the use or sale of its Contribution
alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this
Agreement.

"Recipient" means anyone who receives the Program under this
Agreement, including all Contributors.

2. GRANT OF RIGHTS

    a) Subject to the terms of this Agreement, each Contributor hereby
    grants Recipient a non-exclusive, worldwide, royalty-free
    copyright license to reproduce, prepare derivative works of,
    publicly display, publicly perform, distribute and sublicense the
    Contribution of such Contributor, if any, and such derivative
    works, in source code and object code form.

    b) Subject to the terms of this Agreement, each Contributor hereby
    grants Recipient a non-exclusive, worldwide, royalty-free patent
    license under Licensed Patents to make, use, sell, offer to sell,
    import and otherwise transfer the Contribution of such
    Contributor, if any, in source code and object code form. This
    patent license shall apply to the combination of the Contribution
    and the Program if, at the time the Contribution is added by the
    Contributor, such addition of the Contribution causes such
    combination to be covered by the Licensed Patents. The patent
    license shall not apply to any other combinations which include
    the Contribution. No hardware per se is licensed hereunder.

    c) Recipient understands that although each Contributor grants the
    licenses to its Contributions set forth herein, no assurances are
    provided by any Contributor that the Program does not infringe the
    patent or other intellectual property rights of any other entity.
    Each Contributor disclaims any liability to Recipient for claims
    brought by any other entity based on infringement of intellectual
    property rights or otherwise. As a condition to exercising the
    rights and licenses granted hereunder, each Recipient hereby
    assumes sole responsibility to secure any other intellectual
    property rights needed, if any. For example, if a third party
    patent license is required to allow Recipient to distribute the
    Program, it is Recipient's responsibility to acquire that license
    before distributing the Program.

    d) Each Contributor represents that to its knowledge it has
    sufficient copyright rights in its Contribution, if any, to grant
    the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form
under its own license agreement, provided that:

    a) it complies with the terms and conditions of this Agreement;
    and

    b) its license agreement:

    i) effectively disclaims on behalf of all Contributors all
    warranties and conditions, express and implied, including
    warranties or conditions of title and non-infringement, and
    implied warranties or conditions of merchantability and fitness
    for a particular purpose;

    ii) effectively excludes on behalf of all Contributors all
    liability for damages, including direct, indirect, special,
    incidental and consequential damages, such as lost profits;

    iii) states that any provisions which differ from this Agreement
    are offered by that Contributor alone and not by any other party;
    and

    iv) states that source code for the Program is available from such
    Contributor, and informs licensees how to obtain it in a
    reasonable manner on or through a medium customarily used for
    software exchange.

When the Program is made available in source code form:

    a) it must be made available under this Agreement; and

    b) a copy of this Agreement must be included with each copy of the
    Program.

Contributors may not remove or alter any copyright notices contained
within the Program.

Each Contributor must identify itself as the originator of its
Contribution, if any, in a manner that reasonably allows subsequent
Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain
responsibilities with respect to end users, business partners and the
like. While this license is intended to facilitate the commercial use
of the Program, the Contributor who includes the Program in a
commercial product offering should do so in a manner which does not
create potential liability for other Contributors. Therefore, if a
Contributor includes the Program in a commercial product offering,
such Contributor ("Commercial Contributor") hereby agrees to defend
and indemnify every other Contributor ("Indemnified Contributor")
against any losses, damages and costs (collectively "Losses") arising
from claims, lawsuits and other legal actions brought by a third party
against the Indemnified Contributor to the extent caused by the acts
or omissions of such Commercial Contributor in connection with its
distribution of the Program in a commercial product offering. The
obligations in this section do not apply to any claims or Losses
relating to any actual or alleged intellectual property
infringement. In order to qualify, an Indemnified Contributor must: a)
promptly notify the Commercial Contributor in writing of such claim,
and b) allow the Commercial Contributor to control, and cooperate with
the Commercial Contributor in, the defense and any related settlement
negotiations. The Indemnified Contributor may participate in any such
claim at its own expense.

For example, a Contributor might include the Program in a commercial
product offering, Product X. That Contributor is then a Commercial
Contributor. If that Commercial Contributor then makes performance
claims, or offers warranties related to Product X, those performance
claims and warranties are such Commercial Contributor's responsibility
alone. Under this section, the Commercial Contributor would have to
defend claims against the other Contributors related to those
performance claims and warranties, and if a court requires any other
Contributor to pay any damages as a result, the Commercial Contributor
must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
responsible for determining the appropriateness of using and
distributing the Program and assumes all risks associated with its
exercise of rights under this Agreement, including but not limited to
the risks and costs of program errors, compliance with applicable
laws, damage to or loss of data, programs or equipment, and
unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR
ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under
applicable law, it shall not affect the validity or enforceability of
the remainder of the terms of this Agreement, and without further
action by the parties hereto, such provision shall be reformed to the
minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against a Contributor with
respect to a patent applicable to software (including a cross-claim or
counterclaim in a lawsuit), then any patent licenses granted by that
Contributor to such Recipient under this Agreement shall terminate as
of the date such litigation is filed. In addition, if Recipient
institutes patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Program
itself (excluding combinations of the Program with other software or
hardware) infringes such Recipient's patent(s), then such Recipient's
rights granted under Section 2(b) shall terminate as of the date such
litigation is filed.

All Recipient's rights under this Agreement shall terminate if it
fails to comply with any of the material terms or conditions of this
Agreement and does not cure such failure in a reasonable period of
time after becoming aware of such noncompliance. If all Recipient's
rights under this Agreement terminate, Recipient agrees to cease use
and distribution of the Program as soon as reasonably
practicable. However, Recipient's obligations under this Agreement and
any licenses granted by Recipient relating to the Program shall
continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement,
but in order to avoid inconsistency the Agreement is copyrighted and
may only be modified in the following manner. The Agreement Steward
reserves the right to publish new versions (including revisions) of
this Agreement from time to time. No one other than the Agreement
Steward has the right to modify this Agreement. IBM is the initial
Agreement Steward. IBM may assign the responsibility to serve as the
Agreement Steward to a suitable separate entity. Each new version of
the Agreement will be given a distinguishing version number. The
Program (including Contributions) may always be distributed subject to
the version of the Agreement under which it was received. In addition,
after a new version of the Agreement is published, Contributor may
elect to distribute the Program (including its Contributions) under
the new version. Except as expressly stated in Sections 2(a) and 2(b)
above, Recipient receives no rights or licenses to the intellectual
property of any Contributor under this Agreement, whether expressly,
by implication, estoppel or otherwise. All rights in the Program not
expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and
the intellectual property laws of the United States of America. No
party to this Agreement will bring a legal action under this Agreement
more than one year after the cause of action arose. Each party waives
its rights to a jury trial in any resulting litigation.
**************************************************
NOTE that csdp's License is NOT GPL-compatible
**************************************************
Configuring csdp...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to 
x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain 
format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... 
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking whether gcc and cc understand -c and -o together... yes
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking whether we are using the GNU Fortran 77 compiler... (cached) yes
checking whether gfortran accepts -g... (cached) yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking how to get verbose linking output from gfortran... -v
checking for Fortran 77 libraries of gfortran...  
-L/home/shhu/Documents/SageMath/local/lib 
-L/home/shhu/Documents/SageMath/local/lib/../lib64 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../../../lib64
 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../..
 -lgfortran -lm -lquadmath
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore, no 
extra underscore
checking if sgemm_ is being linked in already... no
checking for sgemm_ in -lopenblas... no
checking for ATL_xerbla in -latlas... yes
checking for sgemm_ in -lf77blas... yes
checking for cblas_dgemm in -lcblas... yes
checking for cheev_... no
checking for cheev_ in -llapack... yes
checking for sqrt in -lm... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working strtod... yes
checking for gettimeofday... yes
checking for pow... yes
checking for sqrt... yes
checking for strtol... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating solver/Makefile
config.status: creating include/Makefile
config.status: creating example/Makefile
config.status: creating theta/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Building csdp...
make[2]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
make  all-recursive
make[3]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
Making all in lib
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/lib'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-readprob.lo -MD -MP -MF 
.deps/libsdp_la-readprob.Tpo -c -o libsdp_la-readprob.lo `test -f 'readprob.c' 
|| echo './'`readprob.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-readprob.lo -MD -MP -MF .deps/libsdp_la-readprob.Tpo -c 
readprob.c  -fPIC -DPIC -o .libs/libsdp_la-readprob.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-readprob.lo -MD -MP -MF .deps/libsdp_la-readprob.Tpo -c 
readprob.c -o libsdp_la-readprob.o >/dev/null 2>&1
mv -f .deps/libsdp_la-readprob.Tpo .deps/libsdp_la-readprob.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-sdp.lo -MD -MP -MF 
.deps/libsdp_la-sdp.Tpo -c -o libsdp_la-sdp.lo `test -f 'sdp.c' || echo 
'./'`sdp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-sdp.lo -MD -MP -MF .deps/libsdp_la-sdp.Tpo -c sdp.c  -fPIC -DPIC 
-o .libs/libsdp_la-sdp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-sdp.lo -MD -MP -MF .deps/libsdp_la-sdp.Tpo -c sdp.c -o 
libsdp_la-sdp.o >/dev/null 2>&1
mv -f .deps/libsdp_la-sdp.Tpo .deps/libsdp_la-sdp.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-op_o.lo -MD -MP -MF 
.deps/libsdp_la-op_o.Tpo -c -o libsdp_la-op_o.lo `test -f 'op_o.c' || echo 
'./'`op_o.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-op_o.lo -MD -MP -MF .deps/libsdp_la-op_o.Tpo -c op_o.c  -fPIC 
-DPIC -o .libs/libsdp_la-op_o.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-op_o.lo -MD -MP -MF .deps/libsdp_la-op_o.Tpo -c op_o.c -o 
libsdp_la-op_o.o >/dev/null 2>&1
mv -f .deps/libsdp_la-op_o.Tpo .deps/libsdp_la-op_o.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-psd_feas.lo -MD -MP -MF 
.deps/libsdp_la-psd_feas.Tpo -c -o libsdp_la-psd_feas.lo `test -f 'psd_feas.c' 
|| echo './'`psd_feas.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-psd_feas.lo -MD -MP -MF .deps/libsdp_la-psd_feas.Tpo -c 
psd_feas.c  -fPIC -DPIC -o .libs/libsdp_la-psd_feas.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-psd_feas.lo -MD -MP -MF .deps/libsdp_la-psd_feas.Tpo -c 
psd_feas.c -o libsdp_la-psd_feas.o >/dev/null 2>&1
mv -f .deps/libsdp_la-psd_feas.Tpo .deps/libsdp_la-psd_feas.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-op_a.lo -MD -MP -MF 
.deps/libsdp_la-op_a.Tpo -c -o libsdp_la-op_a.lo `test -f 'op_a.c' || echo 
'./'`op_a.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-op_a.lo -MD -MP -MF .deps/libsdp_la-op_a.Tpo -c op_a.c  -fPIC 
-DPIC -o .libs/libsdp_la-op_a.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-op_a.lo -MD -MP -MF .deps/libsdp_la-op_a.Tpo -c op_a.c -o 
libsdp_la-op_a.o >/dev/null 2>&1
mv -f .deps/libsdp_la-op_a.Tpo .deps/libsdp_la-op_a.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-op_at.lo -MD -MP -MF 
.deps/libsdp_la-op_at.Tpo -c -o libsdp_la-op_at.lo `test -f 'op_at.c' || echo 
'./'`op_at.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-op_at.lo -MD -MP -MF .deps/libsdp_la-op_at.Tpo -c op_at.c  -fPIC 
-DPIC -o .libs/libsdp_la-op_at.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-op_at.lo -MD -MP -MF .deps/libsdp_la-op_at.Tpo -c op_at.c -o 
libsdp_la-op_at.o >/dev/null 2>&1
mv -f .deps/libsdp_la-op_at.Tpo .deps/libsdp_la-op_at.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-Fnorm.lo -MD -MP -MF 
.deps/libsdp_la-Fnorm.Tpo -c -o libsdp_la-Fnorm.lo `test -f 'Fnorm.c' || echo 
'./'`Fnorm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-Fnorm.lo -MD -MP -MF .deps/libsdp_la-Fnorm.Tpo -c Fnorm.c  -fPIC 
-DPIC -o .libs/libsdp_la-Fnorm.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-Fnorm.lo -MD -MP -MF .deps/libsdp_la-Fnorm.Tpo -c Fnorm.c -o 
libsdp_la-Fnorm.o >/dev/null 2>&1
mv -f .deps/libsdp_la-Fnorm.Tpo .deps/libsdp_la-Fnorm.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-calc_pobj.lo -MD -MP -MF 
.deps/libsdp_la-calc_pobj.Tpo -c -o libsdp_la-calc_pobj.lo `test -f 
'calc_pobj.c' || echo './'`calc_pobj.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-calc_pobj.lo -MD -MP -MF .deps/libsdp_la-calc_pobj.Tpo -c 
calc_pobj.c  -fPIC -DPIC -o .libs/libsdp_la-calc_pobj.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-calc_pobj.lo -MD -MP -MF .deps/libsdp_la-calc_pobj.Tpo -c 
calc_pobj.c -o libsdp_la-calc_pobj.o >/dev/null 2>&1
mv -f .deps/libsdp_la-calc_pobj.Tpo .deps/libsdp_la-calc_pobj.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-calc_dobj.lo -MD -MP -MF 
.deps/libsdp_la-calc_dobj.Tpo -c -o libsdp_la-calc_dobj.lo `test -f 
'calc_dobj.c' || echo './'`calc_dobj.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-calc_dobj.lo -MD -MP -MF .deps/libsdp_la-calc_dobj.Tpo -c 
calc_dobj.c  -fPIC -DPIC -o .libs/libsdp_la-calc_dobj.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-calc_dobj.lo -MD -MP -MF .deps/libsdp_la-calc_dobj.Tpo -c 
calc_dobj.c -o libsdp_la-calc_dobj.o >/dev/null 2>&1
mv -f .deps/libsdp_la-calc_dobj.Tpo .deps/libsdp_la-calc_dobj.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-trace_prod.lo -MD -MP -MF 
.deps/libsdp_la-trace_prod.Tpo -c -o libsdp_la-trace_prod.lo `test -f 
'trace_prod.c' || echo './'`trace_prod.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-trace_prod.lo -MD -MP -MF .deps/libsdp_la-trace_prod.Tpo -c 
trace_prod.c  -fPIC -DPIC -o .libs/libsdp_la-trace_prod.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-trace_prod.lo -MD -MP -MF .deps/libsdp_la-trace_prod.Tpo -c 
trace_prod.c -o libsdp_la-trace_prod.o >/dev/null 2>&1
mv -f .deps/libsdp_la-trace_prod.Tpo .deps/libsdp_la-trace_prod.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-zero_mat.lo -MD -MP -MF 
.deps/libsdp_la-zero_mat.Tpo -c -o libsdp_la-zero_mat.lo `test -f 'zero_mat.c' 
|| echo './'`zero_mat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-zero_mat.lo -MD -MP -MF .deps/libsdp_la-zero_mat.Tpo -c 
zero_mat.c  -fPIC -DPIC -o .libs/libsdp_la-zero_mat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-zero_mat.lo -MD -MP -MF .deps/libsdp_la-zero_mat.Tpo -c 
zero_mat.c -o libsdp_la-zero_mat.o >/dev/null 2>&1
mv -f .deps/libsdp_la-zero_mat.Tpo .deps/libsdp_la-zero_mat.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-mat_mult.lo -MD -MP -MF 
.deps/libsdp_la-mat_mult.Tpo -c -o libsdp_la-mat_mult.lo `test -f 'mat_mult.c' 
|| echo './'`mat_mult.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-mat_mult.lo -MD -MP -MF .deps/libsdp_la-mat_mult.Tpo -c 
mat_mult.c  -fPIC -DPIC -o .libs/libsdp_la-mat_mult.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-mat_mult.lo -MD -MP -MF .deps/libsdp_la-mat_mult.Tpo -c 
mat_mult.c -o libsdp_la-mat_mult.o >/dev/null 2>&1
mv -f .deps/libsdp_la-mat_mult.Tpo .deps/libsdp_la-mat_mult.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-sym_mat.lo -MD -MP -MF 
.deps/libsdp_la-sym_mat.Tpo -c -o libsdp_la-sym_mat.lo `test -f 'sym_mat.c' || 
echo './'`sym_mat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-sym_mat.lo -MD -MP -MF .deps/libsdp_la-sym_mat.Tpo -c sym_mat.c  
-fPIC -DPIC -o .libs/libsdp_la-sym_mat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-sym_mat.lo -MD -MP -MF .deps/libsdp_la-sym_mat.Tpo -c sym_mat.c 
-o libsdp_la-sym_mat.o >/dev/null 2>&1
mv -f .deps/libsdp_la-sym_mat.Tpo .deps/libsdp_la-sym_mat.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-copy_mat.lo -MD -MP -MF 
.deps/libsdp_la-copy_mat.Tpo -c -o libsdp_la-copy_mat.lo `test -f 'copy_mat.c' 
|| echo './'`copy_mat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-copy_mat.lo -MD -MP -MF .deps/libsdp_la-copy_mat.Tpo -c 
copy_mat.c  -fPIC -DPIC -o .libs/libsdp_la-copy_mat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-copy_mat.lo -MD -MP -MF .deps/libsdp_la-copy_mat.Tpo -c 
copy_mat.c -o libsdp_la-copy_mat.o >/dev/null 2>&1
mv -f .deps/libsdp_la-copy_mat.Tpo .deps/libsdp_la-copy_mat.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-addscaledmat.lo -MD -MP -MF 
.deps/libsdp_la-addscaledmat.Tpo -c -o libsdp_la-addscaledmat.lo `test -f 
'addscaledmat.c' || echo './'`addscaledmat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-addscaledmat.lo -MD -MP -MF .deps/libsdp_la-addscaledmat.Tpo -c 
addscaledmat.c  -fPIC -DPIC -o .libs/libsdp_la-addscaledmat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-addscaledmat.lo -MD -MP -MF .deps/libsdp_la-addscaledmat.Tpo -c 
addscaledmat.c -o libsdp_la-addscaledmat.o >/dev/null 2>&1
mv -f .deps/libsdp_la-addscaledmat.Tpo .deps/libsdp_la-addscaledmat.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-user_exit.lo -MD -MP -MF 
.deps/libsdp_la-user_exit.Tpo -c -o libsdp_la-user_exit.lo `test -f 
'user_exit.c' || echo './'`user_exit.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-user_exit.lo -MD -MP -MF .deps/libsdp_la-user_exit.Tpo -c 
user_exit.c  -fPIC -DPIC -o .libs/libsdp_la-user_exit.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-user_exit.lo -MD -MP -MF .deps/libsdp_la-user_exit.Tpo -c 
user_exit.c -o libsdp_la-user_exit.o >/dev/null 2>&1
mv -f .deps/libsdp_la-user_exit.Tpo .deps/libsdp_la-user_exit.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-make_i.lo -MD -MP -MF 
.deps/libsdp_la-make_i.Tpo -c -o libsdp_la-make_i.lo `test -f 'make_i.c' || 
echo './'`make_i.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-make_i.lo -MD -MP -MF .deps/libsdp_la-make_i.Tpo -c make_i.c  
-fPIC -DPIC -o .libs/libsdp_la-make_i.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-make_i.lo -MD -MP -MF .deps/libsdp_la-make_i.Tpo -c make_i.c -o 
libsdp_la-make_i.o >/dev/null 2>&1
mv -f .deps/libsdp_la-make_i.Tpo .deps/libsdp_la-make_i.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-allocmat.lo -MD -MP -MF 
.deps/libsdp_la-allocmat.Tpo -c -o libsdp_la-allocmat.lo `test -f 'allocmat.c' 
|| echo './'`allocmat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-allocmat.lo -MD -MP -MF .deps/libsdp_la-allocmat.Tpo -c 
allocmat.c  -fPIC -DPIC -o .libs/libsdp_la-allocmat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-allocmat.lo -MD -MP -MF .deps/libsdp_la-allocmat.Tpo -c 
allocmat.c -o libsdp_la-allocmat.o >/dev/null 2>&1
mv -f .deps/libsdp_la-allocmat.Tpo .deps/libsdp_la-allocmat.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-initsoln.lo -MD -MP -MF 
.deps/libsdp_la-initsoln.Tpo -c -o libsdp_la-initsoln.lo `test -f 'initsoln.c' 
|| echo './'`initsoln.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-initsoln.lo -MD -MP -MF .deps/libsdp_la-initsoln.Tpo -c 
initsoln.c  -fPIC -DPIC -o .libs/libsdp_la-initsoln.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-initsoln.lo -MD -MP -MF .deps/libsdp_la-initsoln.Tpo -c 
initsoln.c -o libsdp_la-initsoln.o >/dev/null 2>&1
mv -f .deps/libsdp_la-initsoln.Tpo .deps/libsdp_la-initsoln.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-initparams.lo -MD -MP -MF 
.deps/libsdp_la-initparams.Tpo -c -o libsdp_la-initparams.lo `test -f 
'initparams.c' || echo './'`initparams.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-initparams.lo -MD -MP -MF .deps/libsdp_la-initparams.Tpo -c 
initparams.c  -fPIC -DPIC -o .libs/libsdp_la-initparams.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-initparams.lo -MD -MP -MF .deps/libsdp_la-initparams.Tpo -c 
initparams.c -o libsdp_la-initparams.o >/dev/null 2>&1
mv -f .deps/libsdp_la-initparams.Tpo .deps/libsdp_la-initparams.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-add_mat.lo -MD -MP -MF 
.deps/libsdp_la-add_mat.Tpo -c -o libsdp_la-add_mat.lo `test -f 'add_mat.c' || 
echo './'`add_mat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-add_mat.lo -MD -MP -MF .deps/libsdp_la-add_mat.Tpo -c add_mat.c  
-fPIC -DPIC -o .libs/libsdp_la-add_mat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-add_mat.lo -MD -MP -MF .deps/libsdp_la-add_mat.Tpo -c add_mat.c 
-o libsdp_la-add_mat.o >/dev/null 2>&1
mv -f .deps/libsdp_la-add_mat.Tpo .deps/libsdp_la-add_mat.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-writesol.lo -MD -MP -MF 
.deps/libsdp_la-writesol.Tpo -c -o libsdp_la-writesol.lo `test -f 'writesol.c' 
|| echo './'`writesol.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-writesol.lo -MD -MP -MF .deps/libsdp_la-writesol.Tpo -c 
writesol.c  -fPIC -DPIC -o .libs/libsdp_la-writesol.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-writesol.lo -MD -MP -MF .deps/libsdp_la-writesol.Tpo -c 
writesol.c -o libsdp_la-writesol.o >/dev/null 2>&1
mv -f .deps/libsdp_la-writesol.Tpo .deps/libsdp_la-writesol.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-readsol.lo -MD -MP -MF 
.deps/libsdp_la-readsol.Tpo -c -o libsdp_la-readsol.lo `test -f 'readsol.c' || 
echo './'`readsol.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-readsol.lo -MD -MP -MF .deps/libsdp_la-readsol.Tpo -c readsol.c  
-fPIC -DPIC -o .libs/libsdp_la-readsol.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-readsol.lo -MD -MP -MF .deps/libsdp_la-readsol.Tpo -c readsol.c 
-o libsdp_la-readsol.o >/dev/null 2>&1
mv -f .deps/libsdp_la-readsol.Tpo .deps/libsdp_la-readsol.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-easysdp.lo -MD -MP -MF 
.deps/libsdp_la-easysdp.Tpo -c -o libsdp_la-easysdp.lo `test -f 'easysdp.c' || 
echo './'`easysdp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-easysdp.lo -MD -MP -MF .deps/libsdp_la-easysdp.Tpo -c easysdp.c  
-fPIC -DPIC -o .libs/libsdp_la-easysdp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-easysdp.lo -MD -MP -MF .deps/libsdp_la-easysdp.Tpo -c easysdp.c 
-o libsdp_la-easysdp.o >/dev/null 2>&1
mv -f .deps/libsdp_la-easysdp.Tpo .deps/libsdp_la-easysdp.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-writeprob.lo -MD -MP -MF 
.deps/libsdp_la-writeprob.Tpo -c -o libsdp_la-writeprob.lo `test -f 
'writeprob.c' || echo './'`writeprob.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-writeprob.lo -MD -MP -MF .deps/libsdp_la-writeprob.Tpo -c 
writeprob.c  -fPIC -DPIC -o .libs/libsdp_la-writeprob.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-writeprob.lo -MD -MP -MF .deps/libsdp_la-writeprob.Tpo -c 
writeprob.c -o libsdp_la-writeprob.o >/dev/null 2>&1
mv -f .deps/libsdp_la-writeprob.Tpo .deps/libsdp_la-writeprob.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-solvesys.lo -MD -MP -MF 
.deps/libsdp_la-solvesys.Tpo -c -o libsdp_la-solvesys.lo `test -f 'solvesys.c' 
|| echo './'`solvesys.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-solvesys.lo -MD -MP -MF .deps/libsdp_la-solvesys.Tpo -c 
solvesys.c  -fPIC -DPIC -o .libs/libsdp_la-solvesys.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-solvesys.lo -MD -MP -MF .deps/libsdp_la-solvesys.Tpo -c 
solvesys.c -o libsdp_la-solvesys.o >/dev/null 2>&1
mv -f .deps/libsdp_la-solvesys.Tpo .deps/libsdp_la-solvesys.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-makefill.lo -MD -MP -MF 
.deps/libsdp_la-makefill.Tpo -c -o libsdp_la-makefill.lo `test -f 'makefill.c' 
|| echo './'`makefill.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-makefill.lo -MD -MP -MF .deps/libsdp_la-makefill.Tpo -c 
makefill.c  -fPIC -DPIC -o .libs/libsdp_la-makefill.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-makefill.lo -MD -MP -MF .deps/libsdp_la-makefill.Tpo -c 
makefill.c -o libsdp_la-makefill.o >/dev/null 2>&1
mv -f .deps/libsdp_la-makefill.Tpo .deps/libsdp_la-makefill.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-mat_multsp.lo -MD -MP -MF 
.deps/libsdp_la-mat_multsp.Tpo -c -o libsdp_la-mat_multsp.lo `test -f 
'mat_multsp.c' || echo './'`mat_multsp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-mat_multsp.lo -MD -MP -MF .deps/libsdp_la-mat_multsp.Tpo -c 
mat_multsp.c  -fPIC -DPIC -o .libs/libsdp_la-mat_multsp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-mat_multsp.lo -MD -MP -MF .deps/libsdp_la-mat_multsp.Tpo -c 
mat_multsp.c -o libsdp_la-mat_multsp.o >/dev/null 2>&1
mv -f .deps/libsdp_la-mat_multsp.Tpo .deps/libsdp_la-mat_multsp.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-norms.lo -MD -MP -MF 
.deps/libsdp_la-norms.Tpo -c -o libsdp_la-norms.lo `test -f 'norms.c' || echo 
'./'`norms.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-norms.lo -MD -MP -MF .deps/libsdp_la-norms.Tpo -c norms.c  -fPIC 
-DPIC -o .libs/libsdp_la-norms.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-norms.lo -MD -MP -MF .deps/libsdp_la-norms.Tpo -c norms.c -o 
libsdp_la-norms.o >/dev/null 2>&1
mv -f .deps/libsdp_la-norms.Tpo .deps/libsdp_la-norms.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-linesearch.lo -MD -MP -MF 
.deps/libsdp_la-linesearch.Tpo -c -o libsdp_la-linesearch.lo `test -f 
'linesearch.c' || echo './'`linesearch.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-linesearch.lo -MD -MP -MF .deps/libsdp_la-linesearch.Tpo -c 
linesearch.c  -fPIC -DPIC -o .libs/libsdp_la-linesearch.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-linesearch.lo -MD -MP -MF .deps/libsdp_la-linesearch.Tpo -c 
linesearch.c -o libsdp_la-linesearch.o >/dev/null 2>&1
mv -f .deps/libsdp_la-linesearch.Tpo .deps/libsdp_la-linesearch.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-matvec.lo -MD -MP -MF 
.deps/libsdp_la-matvec.Tpo -c -o libsdp_la-matvec.lo `test -f 'matvec.c' || 
echo './'`matvec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-matvec.lo -MD -MP -MF .deps/libsdp_la-matvec.Tpo -c matvec.c  
-fPIC -DPIC -o .libs/libsdp_la-matvec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-matvec.lo -MD -MP -MF .deps/libsdp_la-matvec.Tpo -c matvec.c -o 
libsdp_la-matvec.o >/dev/null 2>&1
mv -f .deps/libsdp_la-matvec.Tpo .deps/libsdp_la-matvec.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-chol.lo -MD -MP -MF 
.deps/libsdp_la-chol.Tpo -c -o libsdp_la-chol.lo `test -f 'chol.c' || echo 
'./'`chol.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-chol.lo -MD -MP -MF .deps/libsdp_la-chol.Tpo -c chol.c  -fPIC 
-DPIC -o .libs/libsdp_la-chol.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-chol.lo -MD -MP -MF .deps/libsdp_la-chol.Tpo -c chol.c -o 
libsdp_la-chol.o >/dev/null 2>&1
mv -f .deps/libsdp_la-chol.Tpo .deps/libsdp_la-chol.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-qreig.lo -MD -MP -MF 
.deps/libsdp_la-qreig.Tpo -c -o libsdp_la-qreig.lo `test -f 'qreig.c' || echo 
'./'`qreig.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-qreig.lo -MD -MP -MF .deps/libsdp_la-qreig.Tpo -c qreig.c  -fPIC 
-DPIC -o .libs/libsdp_la-qreig.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-qreig.lo -MD -MP -MF .deps/libsdp_la-qreig.Tpo -c qreig.c -o 
libsdp_la-qreig.o >/dev/null 2>&1
mv -f .deps/libsdp_la-qreig.Tpo .deps/libsdp_la-qreig.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-tweakgap.lo -MD -MP -MF 
.deps/libsdp_la-tweakgap.Tpo -c -o libsdp_la-tweakgap.lo `test -f 'tweakgap.c' 
|| echo './'`tweakgap.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-tweakgap.lo -MD -MP -MF .deps/libsdp_la-tweakgap.Tpo -c 
tweakgap.c  -fPIC -DPIC -o .libs/libsdp_la-tweakgap.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-tweakgap.lo -MD -MP -MF .deps/libsdp_la-tweakgap.Tpo -c 
tweakgap.c -o libsdp_la-tweakgap.o >/dev/null 2>&1
mv -f .deps/libsdp_la-tweakgap.Tpo .deps/libsdp_la-tweakgap.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-freeprob.lo -MD -MP -MF 
.deps/libsdp_la-freeprob.Tpo -c -o libsdp_la-freeprob.lo `test -f 'freeprob.c' 
|| echo './'`freeprob.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-freeprob.lo -MD -MP -MF .deps/libsdp_la-freeprob.Tpo -c 
freeprob.c  -fPIC -DPIC -o .libs/libsdp_la-freeprob.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-freeprob.lo -MD -MP -MF .deps/libsdp_la-freeprob.Tpo -c 
freeprob.c -o libsdp_la-freeprob.o >/dev/null 2>&1
mv -f .deps/libsdp_la-freeprob.Tpo .deps/libsdp_la-freeprob.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-packed.lo -MD -MP -MF 
.deps/libsdp_la-packed.Tpo -c -o libsdp_la-packed.lo `test -f 'packed.c' || 
echo './'`packed.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-packed.lo -MD -MP -MF .deps/libsdp_la-packed.Tpo -c packed.c  
-fPIC -DPIC -o .libs/libsdp_la-packed.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-packed.lo -MD -MP -MF .deps/libsdp_la-packed.Tpo -c packed.c -o 
libsdp_la-packed.o >/dev/null 2>&1
mv -f .deps/libsdp_la-packed.Tpo .deps/libsdp_la-packed.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-sortentries.lo -MD -MP -MF 
.deps/libsdp_la-sortentries.Tpo -c -o libsdp_la-sortentries.lo `test -f 
'sortentries.c' || echo './'`sortentries.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-sortentries.lo -MD -MP -MF .deps/libsdp_la-sortentries.Tpo -c 
sortentries.c  -fPIC -DPIC -o .libs/libsdp_la-sortentries.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-sortentries.lo -MD -MP -MF .deps/libsdp_la-sortentries.Tpo -c 
sortentries.c -o libsdp_la-sortentries.o >/dev/null 2>&1
mv -f .deps/libsdp_la-sortentries.Tpo .deps/libsdp_la-sortentries.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -llapack -lcblas 
-lf77blas -latlas -lm   -L/home/shhu/Documents/SageMath/local/lib 
-L/home/shhu/Documents/SageMath/local/lib/../lib64 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../../../lib64
 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../..
 -lgfortran -lm -lquadmath  -L/home/shhu/Documents/SageMath/local/lib 
-Wl,-rpath,/home/shhu/Documents/SageMath/local/lib  -o libsdp.la -rpath 
/home/shhu/Documents/SageMath/local/lib libsdp_la-readprob.lo libsdp_la-sdp.lo 
libsdp_la-op_o.lo libsdp_la-psd_feas.lo libsdp_la-op_a.lo libsdp_la-op_at.lo 
libsdp_la-Fnorm.lo libsdp_la-calc_pobj.lo libsdp_la-calc_dobj.lo 
libsdp_la-trace_prod.lo libsdp_la-zero_mat.lo libsdp_la-mat_mult.lo 
libsdp_la-sym_mat.lo libsdp_la-copy_mat.lo libsdp_la-addscaledmat.lo 
libsdp_la-user_exit.lo libsdp_la-make_i.lo libsdp_la-allocmat.lo 
libsdp_la-initsoln.lo libsdp_la-initparams.lo libsdp_la-add_mat.lo 
libsdp_la-writesol.lo libsdp_la-readsol.lo libsdp_la-easysdp.lo 
libsdp_la-writeprob.lo libsdp_la-solvesys.lo libsdp_la-makefill.lo 
libsdp_la-mat_multsp.lo libsdp_la-norms.lo libsdp_la-linesearch.lo 
libsdp_la-matvec.lo libsdp_la-chol.lo libsdp_la-qreig.lo libsdp_la-tweakgap.lo 
libsdp_la-freeprob.lo libsdp_la-packed.lo libsdp_la-sortentries.lo  -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libsdp_la-readprob.o 
.libs/libsdp_la-sdp.o .libs/libsdp_la-op_o.o .libs/libsdp_la-psd_feas.o 
.libs/libsdp_la-op_a.o .libs/libsdp_la-op_at.o .libs/libsdp_la-Fnorm.o 
.libs/libsdp_la-calc_pobj.o .libs/libsdp_la-calc_dobj.o 
.libs/libsdp_la-trace_prod.o .libs/libsdp_la-zero_mat.o 
.libs/libsdp_la-mat_mult.o .libs/libsdp_la-sym_mat.o .libs/libsdp_la-copy_mat.o 
.libs/libsdp_la-addscaledmat.o .libs/libsdp_la-user_exit.o 
.libs/libsdp_la-make_i.o .libs/libsdp_la-allocmat.o .libs/libsdp_la-initsoln.o 
.libs/libsdp_la-initparams.o .libs/libsdp_la-add_mat.o 
.libs/libsdp_la-writesol.o .libs/libsdp_la-readsol.o .libs/libsdp_la-easysdp.o 
.libs/libsdp_la-writeprob.o .libs/libsdp_la-solvesys.o 
.libs/libsdp_la-makefill.o .libs/libsdp_la-mat_multsp.o .libs/libsdp_la-norms.o 
.libs/libsdp_la-linesearch.o .libs/libsdp_la-matvec.o .libs/libsdp_la-chol.o 
.libs/libsdp_la-qreig.o .libs/libsdp_la-tweakgap.o .libs/libsdp_la-freeprob.o 
.libs/libsdp_la-packed.o .libs/libsdp_la-sortentries.o   -llapack -lcblas 
-lf77blas -latlas -L/home/shhu/Documents/SageMath/local/lib 
-L/home/shhu/Documents/SageMath/local/lib/../lib64 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../../../lib64
 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../..
 -lgfortran -lquadmath -lm  -O2 -Wl,-rpath 
-Wl,/home/shhu/Documents/SageMath/local/lib   -Wl,-soname -Wl,libsdp.so.0 -o 
.libs/libsdp.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libsdp.so.0" && ln -s "libsdp.so.0.0.0" 
"libsdp.so.0")
libtool: link: (cd ".libs" && rm -f "libsdp.so" && ln -s "libsdp.so.0.0.0" 
"libsdp.so")
libtool: link: ar cru .libs/libsdp.a  libsdp_la-readprob.o libsdp_la-sdp.o 
libsdp_la-op_o.o libsdp_la-psd_feas.o libsdp_la-op_a.o libsdp_la-op_at.o 
libsdp_la-Fnorm.o libsdp_la-calc_pobj.o libsdp_la-calc_dobj.o 
libsdp_la-trace_prod.o libsdp_la-zero_mat.o libsdp_la-mat_mult.o 
libsdp_la-sym_mat.o libsdp_la-copy_mat.o libsdp_la-addscaledmat.o 
libsdp_la-user_exit.o libsdp_la-make_i.o libsdp_la-allocmat.o 
libsdp_la-initsoln.o libsdp_la-initparams.o libsdp_la-add_mat.o 
libsdp_la-writesol.o libsdp_la-readsol.o libsdp_la-easysdp.o 
libsdp_la-writeprob.o libsdp_la-solvesys.o libsdp_la-makefill.o 
libsdp_la-mat_multsp.o libsdp_la-norms.o libsdp_la-linesearch.o 
libsdp_la-matvec.o libsdp_la-chol.o libsdp_la-qreig.o libsdp_la-tweakgap.o 
libsdp_la-freeprob.o libsdp_la-packed.o libsdp_la-sortentries.o
libtool: link: ranlib .libs/libsdp.a
libtool: link: ( cd ".libs" && rm -f "libsdp.la" && ln -s "../libsdp.la" 
"libsdp.la" )
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/lib'
Making all in include
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/include'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/include'
Making all in solver
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/solver'
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -DNOSHORTS  -g -O2 -MT csdp-csdp.o 
-MD -MP -MF .deps/csdp-csdp.Tpo -c -o csdp-csdp.o `test -f 'csdp.c' || echo 
'./'`csdp.c
mv -f .deps/csdp-csdp.Tpo .deps/csdp-csdp.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2  
-L/home/shhu/Documents/SageMath/local/lib 
-Wl,-rpath,/home/shhu/Documents/SageMath/local/lib  -o csdp csdp-csdp.o 
../lib/libsdp.la -lm 
libtool: link: gcc -g -O2 -Wl,-rpath 
-Wl,/home/shhu/Documents/SageMath/local/lib -o .libs/csdp csdp-csdp.o  
-L/home/shhu/Documents/SageMath/local/lib ../lib/.libs/libsdp.so 
-L/home/shhu/Documents/SageMath/local/lib/../lib64 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../../../lib64
 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../..
 -llapack -lcblas -lf77blas -latlas -lgfortran -lquadmath -lm -Wl,-rpath 
-Wl,/home/shhu/Documents/SageMath/local/lib
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/solver'
Making all in example
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/example'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/example'
Making all in theta
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/theta'
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -DNOSHORTS  -g -O2 -MT theta-theta.o 
-MD -MP -MF .deps/theta-theta.Tpo -c -o theta-theta.o `test -f 'theta.c' || 
echo './'`theta.c
mv -f .deps/theta-theta.Tpo .deps/theta-theta.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2  
-L/home/shhu/Documents/SageMath/local/lib 
-Wl,-rpath,/home/shhu/Documents/SageMath/local/lib  -o theta theta-theta.o 
../lib/libsdp.la -lm 
libtool: link: gcc -g -O2 -Wl,-rpath 
-Wl,/home/shhu/Documents/SageMath/local/lib -o .libs/theta theta-theta.o  
-L/home/shhu/Documents/SageMath/local/lib ../lib/.libs/libsdp.so 
-L/home/shhu/Documents/SageMath/local/lib/../lib64 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../../../lib64
 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../..
 -llapack -lcblas -lf77blas -latlas -lgfortran -lquadmath -lm -Wl,-rpath 
-Wl,/home/shhu/Documents/SageMath/local/lib
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/theta'
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
make[3]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
make[2]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
Installing csdp...
make[2]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
Making install in lib
make[3]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/lib'
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/lib'
 /bin/mkdir -p '/home/shhu/Documents/SageMath/local/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libsdp.la 
'/home/shhu/Documents/SageMath/local/lib'
libtool: install: /usr/bin/install -c .libs/libsdp.so.0.0.0 
/home/shhu/Documents/SageMath/local/lib/libsdp.so.0.0.0
libtool: install: (cd /home/shhu/Documents/SageMath/local/lib && { ln -s -f 
libsdp.so.0.0.0 libsdp.so.0 || { rm -f libsdp.so.0 && ln -s libsdp.so.0.0.0 
libsdp.so.0; }; })
libtool: install: (cd /home/shhu/Documents/SageMath/local/lib && { ln -s -f 
libsdp.so.0.0.0 libsdp.so || { rm -f libsdp.so && ln -s libsdp.so.0.0.0 
libsdp.so; }; })
libtool: install: /usr/bin/install -c .libs/libsdp.lai 
/home/shhu/Documents/SageMath/local/lib/libsdp.la
libtool: install: /usr/bin/install -c .libs/libsdp.a 
/home/shhu/Documents/SageMath/local/lib/libsdp.a
libtool: install: chmod 644 /home/shhu/Documents/SageMath/local/lib/libsdp.a
libtool: install: ranlib /home/shhu/Documents/SageMath/local/lib/libsdp.a
libtool: finish: 
PATH="/home/shhu/Documents/SageMath/build/bin:/home/shhu/Documents/SageMath/src/bin:/home/shhu/Documents/SageMath/local/bin:/home/shhu/Documents/SageMath/build/bin:/home/shhu/Documents/SageMath/src/bin:/home/shhu/Documents/SageMath/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin"
 ldconfig -n /home/shhu/Documents/SageMath/local/lib
/sbin/ldconfig.real: 
/home/shhu/Documents/SageMath/local/lib/libstdc++.so.6.0.20-gdb.py is not an 
ELF file - it has the wrong magic bytes at the start.

----------------------------------------------------------------------
Libraries have been installed in:
   /home/shhu/Documents/SageMath/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/lib'
make[3]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/lib'
Making install in include
make[3]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/include'
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/include'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/home/shhu/Documents/SageMath/local/include'
 /bin/mkdir -p '/home/shhu/Documents/SageMath/local/include/csdp'
 /usr/bin/install -c -m 644  csdp/blockmat.h csdp/index.h csdp/declarations.h 
csdp/parameters.h '/home/shhu/Documents/SageMath/local/include/csdp'
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/include'
make[3]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/include'
Making install in solver
make[3]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/solver'
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/solver'
 /bin/mkdir -p '/home/shhu/Documents/SageMath/local/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c csdp 
'/home/shhu/Documents/SageMath/local/bin'
libtool: install: /usr/bin/install -c .libs/csdp 
/home/shhu/Documents/SageMath/local/bin/csdp
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/solver'
make[3]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/solver'
Making install in example
make[3]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/example'
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/example'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/example'
make[3]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/example'
Making install in theta
make[3]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/theta'
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/theta'
 /bin/mkdir -p '/home/shhu/Documents/SageMath/local/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c theta 
'/home/shhu/Documents/SageMath/local/bin'
libtool: install: /usr/bin/install -c .libs/theta 
/home/shhu/Documents/SageMath/local/bin/theta
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/theta'
make[3]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/theta'
make[3]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
make[3]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
make[2]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'

real    0m10.637s
user    0m5.604s
sys     0m0.412s
Successfully installed csdp-6.2
Deleting temporary build directory
/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2
Finished installing csdp-6.2.spkg
Found local metadata for csdp-6.2
=========================== WARNING ===========================
You are about to download and install an experimental package.
This probably won't work at all for you! There is no guarantee
that it will build correctly, or behave as expected.
Use at your own risk!
===============================================================
Are you sure you want to continue [Y/n]? Using cached file 
/home/shhu/Documents/SageMath/upstream/csdp-6.2.tar.gz
csdp-6.2
====================================================
Setting up build directory for csdp-6.2
Finished set up
****************************************************
Host system:
Linux shhu-ee-tau 3.19.0-58-generic #64~14.04.1-Ubuntu SMP Fri Mar 18 19:05:43 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/shhu/Documents/SageMath/local/libexec/gcc/x86_64-unknown-linux-gnu/4.9.3/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../src/configure --prefix=/home/shhu/Documents/SageMath/local 
--with-local-prefix=/home/shhu/Documents/SageMath/local 
--with-gmp=/home/shhu/Documents/SageMath/local 
--with-mpfr=/home/shhu/Documents/SageMath/local 
--with-mpc=/home/shhu/Documents/SageMath/local --with-system-zlib 
--disable-multilib --disable-nls --enable-languages=c,c++,fortran 
--disable-libitm  
Thread model: posix
gcc version 4.9.3 (GCC) 
****************************************************
Common Public License Version 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF
THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

    a) in the case of the initial Contributor, the initial code and
    documentation distributed under this Agreement, and

    b) in the case of each subsequent Contributor:

    i) changes to the Program, and

    ii) additions to the Program;

    where such changes and/or additions to the Program originate from
    and are distributed by that particular Contributor. A Contribution
    'originates' from a Contributor if it was added to the Program by
    such Contributor itself or anyone acting on such Contributor's
    behalf. Contributions do not include additions to the Program
    which: (i) are separate modules of software distributed in
    conjunction with the Program under their own license agreement,
    and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents " mean patent claims licensable by a Contributor
which are necessarily infringed by the use or sale of its Contribution
alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this
Agreement.

"Recipient" means anyone who receives the Program under this
Agreement, including all Contributors.

2. GRANT OF RIGHTS

    a) Subject to the terms of this Agreement, each Contributor hereby
    grants Recipient a non-exclusive, worldwide, royalty-free
    copyright license to reproduce, prepare derivative works of,
    publicly display, publicly perform, distribute and sublicense the
    Contribution of such Contributor, if any, and such derivative
    works, in source code and object code form.

    b) Subject to the terms of this Agreement, each Contributor hereby
    grants Recipient a non-exclusive, worldwide, royalty-free patent
    license under Licensed Patents to make, use, sell, offer to sell,
    import and otherwise transfer the Contribution of such
    Contributor, if any, in source code and object code form. This
    patent license shall apply to the combination of the Contribution
    and the Program if, at the time the Contribution is added by the
    Contributor, such addition of the Contribution causes such
    combination to be covered by the Licensed Patents. The patent
    license shall not apply to any other combinations which include
    the Contribution. No hardware per se is licensed hereunder.

    c) Recipient understands that although each Contributor grants the
    licenses to its Contributions set forth herein, no assurances are
    provided by any Contributor that the Program does not infringe the
    patent or other intellectual property rights of any other entity.
    Each Contributor disclaims any liability to Recipient for claims
    brought by any other entity based on infringement of intellectual
    property rights or otherwise. As a condition to exercising the
    rights and licenses granted hereunder, each Recipient hereby
    assumes sole responsibility to secure any other intellectual
    property rights needed, if any. For example, if a third party
    patent license is required to allow Recipient to distribute the
    Program, it is Recipient's responsibility to acquire that license
    before distributing the Program.

    d) Each Contributor represents that to its knowledge it has
    sufficient copyright rights in its Contribution, if any, to grant
    the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form
under its own license agreement, provided that:

    a) it complies with the terms and conditions of this Agreement;
    and

    b) its license agreement:

    i) effectively disclaims on behalf of all Contributors all
    warranties and conditions, express and implied, including
    warranties or conditions of title and non-infringement, and
    implied warranties or conditions of merchantability and fitness
    for a particular purpose;

    ii) effectively excludes on behalf of all Contributors all
    liability for damages, including direct, indirect, special,
    incidental and consequential damages, such as lost profits;

    iii) states that any provisions which differ from this Agreement
    are offered by that Contributor alone and not by any other party;
    and

    iv) states that source code for the Program is available from such
    Contributor, and informs licensees how to obtain it in a
    reasonable manner on or through a medium customarily used for
    software exchange.

When the Program is made available in source code form:

    a) it must be made available under this Agreement; and

    b) a copy of this Agreement must be included with each copy of the
    Program.

Contributors may not remove or alter any copyright notices contained
within the Program.

Each Contributor must identify itself as the originator of its
Contribution, if any, in a manner that reasonably allows subsequent
Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain
responsibilities with respect to end users, business partners and the
like. While this license is intended to facilitate the commercial use
of the Program, the Contributor who includes the Program in a
commercial product offering should do so in a manner which does not
create potential liability for other Contributors. Therefore, if a
Contributor includes the Program in a commercial product offering,
such Contributor ("Commercial Contributor") hereby agrees to defend
and indemnify every other Contributor ("Indemnified Contributor")
against any losses, damages and costs (collectively "Losses") arising
from claims, lawsuits and other legal actions brought by a third party
against the Indemnified Contributor to the extent caused by the acts
or omissions of such Commercial Contributor in connection with its
distribution of the Program in a commercial product offering. The
obligations in this section do not apply to any claims or Losses
relating to any actual or alleged intellectual property
infringement. In order to qualify, an Indemnified Contributor must: a)
promptly notify the Commercial Contributor in writing of such claim,
and b) allow the Commercial Contributor to control, and cooperate with
the Commercial Contributor in, the defense and any related settlement
negotiations. The Indemnified Contributor may participate in any such
claim at its own expense.

For example, a Contributor might include the Program in a commercial
product offering, Product X. That Contributor is then a Commercial
Contributor. If that Commercial Contributor then makes performance
claims, or offers warranties related to Product X, those performance
claims and warranties are such Commercial Contributor's responsibility
alone. Under this section, the Commercial Contributor would have to
defend claims against the other Contributors related to those
performance claims and warranties, and if a court requires any other
Contributor to pay any damages as a result, the Commercial Contributor
must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
responsible for determining the appropriateness of using and
distributing the Program and assumes all risks associated with its
exercise of rights under this Agreement, including but not limited to
the risks and costs of program errors, compliance with applicable
laws, damage to or loss of data, programs or equipment, and
unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR
ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under
applicable law, it shall not affect the validity or enforceability of
the remainder of the terms of this Agreement, and without further
action by the parties hereto, such provision shall be reformed to the
minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against a Contributor with
respect to a patent applicable to software (including a cross-claim or
counterclaim in a lawsuit), then any patent licenses granted by that
Contributor to such Recipient under this Agreement shall terminate as
of the date such litigation is filed. In addition, if Recipient
institutes patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Program
itself (excluding combinations of the Program with other software or
hardware) infringes such Recipient's patent(s), then such Recipient's
rights granted under Section 2(b) shall terminate as of the date such
litigation is filed.

All Recipient's rights under this Agreement shall terminate if it
fails to comply with any of the material terms or conditions of this
Agreement and does not cure such failure in a reasonable period of
time after becoming aware of such noncompliance. If all Recipient's
rights under this Agreement terminate, Recipient agrees to cease use
and distribution of the Program as soon as reasonably
practicable. However, Recipient's obligations under this Agreement and
any licenses granted by Recipient relating to the Program shall
continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement,
but in order to avoid inconsistency the Agreement is copyrighted and
may only be modified in the following manner. The Agreement Steward
reserves the right to publish new versions (including revisions) of
this Agreement from time to time. No one other than the Agreement
Steward has the right to modify this Agreement. IBM is the initial
Agreement Steward. IBM may assign the responsibility to serve as the
Agreement Steward to a suitable separate entity. Each new version of
the Agreement will be given a distinguishing version number. The
Program (including Contributions) may always be distributed subject to
the version of the Agreement under which it was received. In addition,
after a new version of the Agreement is published, Contributor may
elect to distribute the Program (including its Contributions) under
the new version. Except as expressly stated in Sections 2(a) and 2(b)
above, Recipient receives no rights or licenses to the intellectual
property of any Contributor under this Agreement, whether expressly,
by implication, estoppel or otherwise. All rights in the Program not
expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and
the intellectual property laws of the United States of America. No
party to this Agreement will bring a legal action under this Agreement
more than one year after the cause of action arose. Each party waives
its rights to a jury trial in any resulting litigation.
**************************************************
NOTE that csdp's License is NOT GPL-compatible
**************************************************
Configuring csdp...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to 
x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain 
format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... 
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking whether gcc and cc understand -c and -o together... yes
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking whether we are using the GNU Fortran 77 compiler... (cached) yes
checking whether gfortran accepts -g... (cached) yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking how to get verbose linking output from gfortran... -v
checking for Fortran 77 libraries of gfortran...  
-L/home/shhu/Documents/SageMath/local/lib 
-L/home/shhu/Documents/SageMath/local/lib/../lib64 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../../../lib64
 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../..
 -lgfortran -lm -lquadmath
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore, no 
extra underscore
checking if sgemm_ is being linked in already... no
checking for sgemm_ in -lopenblas... no
checking for ATL_xerbla in -latlas... yes
checking for sgemm_ in -lf77blas... yes
checking for cblas_dgemm in -lcblas... yes
checking for cheev_... no
checking for cheev_ in -llapack... yes
checking for sqrt in -lm... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working strtod... yes
checking for gettimeofday... yes
checking for pow... yes
checking for sqrt... yes
checking for strtol... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating solver/Makefile
config.status: creating include/Makefile
config.status: creating example/Makefile
config.status: creating theta/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Building csdp...
make[2]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
make  all-recursive
make[3]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
Making all in lib
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/lib'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-readprob.lo -MD -MP -MF 
.deps/libsdp_la-readprob.Tpo -c -o libsdp_la-readprob.lo `test -f 'readprob.c' 
|| echo './'`readprob.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-readprob.lo -MD -MP -MF .deps/libsdp_la-readprob.Tpo -c 
readprob.c  -fPIC -DPIC -o .libs/libsdp_la-readprob.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-readprob.lo -MD -MP -MF .deps/libsdp_la-readprob.Tpo -c 
readprob.c -o libsdp_la-readprob.o >/dev/null 2>&1
mv -f .deps/libsdp_la-readprob.Tpo .deps/libsdp_la-readprob.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-sdp.lo -MD -MP -MF 
.deps/libsdp_la-sdp.Tpo -c -o libsdp_la-sdp.lo `test -f 'sdp.c' || echo 
'./'`sdp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-sdp.lo -MD -MP -MF .deps/libsdp_la-sdp.Tpo -c sdp.c  -fPIC -DPIC 
-o .libs/libsdp_la-sdp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-sdp.lo -MD -MP -MF .deps/libsdp_la-sdp.Tpo -c sdp.c -o 
libsdp_la-sdp.o >/dev/null 2>&1
mv -f .deps/libsdp_la-sdp.Tpo .deps/libsdp_la-sdp.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-op_o.lo -MD -MP -MF 
.deps/libsdp_la-op_o.Tpo -c -o libsdp_la-op_o.lo `test -f 'op_o.c' || echo 
'./'`op_o.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-op_o.lo -MD -MP -MF .deps/libsdp_la-op_o.Tpo -c op_o.c  -fPIC 
-DPIC -o .libs/libsdp_la-op_o.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-op_o.lo -MD -MP -MF .deps/libsdp_la-op_o.Tpo -c op_o.c -o 
libsdp_la-op_o.o >/dev/null 2>&1
mv -f .deps/libsdp_la-op_o.Tpo .deps/libsdp_la-op_o.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-psd_feas.lo -MD -MP -MF 
.deps/libsdp_la-psd_feas.Tpo -c -o libsdp_la-psd_feas.lo `test -f 'psd_feas.c' 
|| echo './'`psd_feas.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-psd_feas.lo -MD -MP -MF .deps/libsdp_la-psd_feas.Tpo -c 
psd_feas.c  -fPIC -DPIC -o .libs/libsdp_la-psd_feas.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-psd_feas.lo -MD -MP -MF .deps/libsdp_la-psd_feas.Tpo -c 
psd_feas.c -o libsdp_la-psd_feas.o >/dev/null 2>&1
mv -f .deps/libsdp_la-psd_feas.Tpo .deps/libsdp_la-psd_feas.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-op_a.lo -MD -MP -MF 
.deps/libsdp_la-op_a.Tpo -c -o libsdp_la-op_a.lo `test -f 'op_a.c' || echo 
'./'`op_a.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-op_a.lo -MD -MP -MF .deps/libsdp_la-op_a.Tpo -c op_a.c  -fPIC 
-DPIC -o .libs/libsdp_la-op_a.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-op_a.lo -MD -MP -MF .deps/libsdp_la-op_a.Tpo -c op_a.c -o 
libsdp_la-op_a.o >/dev/null 2>&1
mv -f .deps/libsdp_la-op_a.Tpo .deps/libsdp_la-op_a.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-op_at.lo -MD -MP -MF 
.deps/libsdp_la-op_at.Tpo -c -o libsdp_la-op_at.lo `test -f 'op_at.c' || echo 
'./'`op_at.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-op_at.lo -MD -MP -MF .deps/libsdp_la-op_at.Tpo -c op_at.c  -fPIC 
-DPIC -o .libs/libsdp_la-op_at.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-op_at.lo -MD -MP -MF .deps/libsdp_la-op_at.Tpo -c op_at.c -o 
libsdp_la-op_at.o >/dev/null 2>&1
mv -f .deps/libsdp_la-op_at.Tpo .deps/libsdp_la-op_at.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-Fnorm.lo -MD -MP -MF 
.deps/libsdp_la-Fnorm.Tpo -c -o libsdp_la-Fnorm.lo `test -f 'Fnorm.c' || echo 
'./'`Fnorm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-Fnorm.lo -MD -MP -MF .deps/libsdp_la-Fnorm.Tpo -c Fnorm.c  -fPIC 
-DPIC -o .libs/libsdp_la-Fnorm.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-Fnorm.lo -MD -MP -MF .deps/libsdp_la-Fnorm.Tpo -c Fnorm.c -o 
libsdp_la-Fnorm.o >/dev/null 2>&1
mv -f .deps/libsdp_la-Fnorm.Tpo .deps/libsdp_la-Fnorm.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-calc_pobj.lo -MD -MP -MF 
.deps/libsdp_la-calc_pobj.Tpo -c -o libsdp_la-calc_pobj.lo `test -f 
'calc_pobj.c' || echo './'`calc_pobj.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-calc_pobj.lo -MD -MP -MF .deps/libsdp_la-calc_pobj.Tpo -c 
calc_pobj.c  -fPIC -DPIC -o .libs/libsdp_la-calc_pobj.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-calc_pobj.lo -MD -MP -MF .deps/libsdp_la-calc_pobj.Tpo -c 
calc_pobj.c -o libsdp_la-calc_pobj.o >/dev/null 2>&1
mv -f .deps/libsdp_la-calc_pobj.Tpo .deps/libsdp_la-calc_pobj.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-calc_dobj.lo -MD -MP -MF 
.deps/libsdp_la-calc_dobj.Tpo -c -o libsdp_la-calc_dobj.lo `test -f 
'calc_dobj.c' || echo './'`calc_dobj.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-calc_dobj.lo -MD -MP -MF .deps/libsdp_la-calc_dobj.Tpo -c 
calc_dobj.c  -fPIC -DPIC -o .libs/libsdp_la-calc_dobj.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-calc_dobj.lo -MD -MP -MF .deps/libsdp_la-calc_dobj.Tpo -c 
calc_dobj.c -o libsdp_la-calc_dobj.o >/dev/null 2>&1
mv -f .deps/libsdp_la-calc_dobj.Tpo .deps/libsdp_la-calc_dobj.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-trace_prod.lo -MD -MP -MF 
.deps/libsdp_la-trace_prod.Tpo -c -o libsdp_la-trace_prod.lo `test -f 
'trace_prod.c' || echo './'`trace_prod.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-trace_prod.lo -MD -MP -MF .deps/libsdp_la-trace_prod.Tpo -c 
trace_prod.c  -fPIC -DPIC -o .libs/libsdp_la-trace_prod.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-trace_prod.lo -MD -MP -MF .deps/libsdp_la-trace_prod.Tpo -c 
trace_prod.c -o libsdp_la-trace_prod.o >/dev/null 2>&1
mv -f .deps/libsdp_la-trace_prod.Tpo .deps/libsdp_la-trace_prod.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-zero_mat.lo -MD -MP -MF 
.deps/libsdp_la-zero_mat.Tpo -c -o libsdp_la-zero_mat.lo `test -f 'zero_mat.c' 
|| echo './'`zero_mat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-zero_mat.lo -MD -MP -MF .deps/libsdp_la-zero_mat.Tpo -c 
zero_mat.c  -fPIC -DPIC -o .libs/libsdp_la-zero_mat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-zero_mat.lo -MD -MP -MF .deps/libsdp_la-zero_mat.Tpo -c 
zero_mat.c -o libsdp_la-zero_mat.o >/dev/null 2>&1
mv -f .deps/libsdp_la-zero_mat.Tpo .deps/libsdp_la-zero_mat.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-mat_mult.lo -MD -MP -MF 
.deps/libsdp_la-mat_mult.Tpo -c -o libsdp_la-mat_mult.lo `test -f 'mat_mult.c' 
|| echo './'`mat_mult.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-mat_mult.lo -MD -MP -MF .deps/libsdp_la-mat_mult.Tpo -c 
mat_mult.c  -fPIC -DPIC -o .libs/libsdp_la-mat_mult.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-mat_mult.lo -MD -MP -MF .deps/libsdp_la-mat_mult.Tpo -c 
mat_mult.c -o libsdp_la-mat_mult.o >/dev/null 2>&1
mv -f .deps/libsdp_la-mat_mult.Tpo .deps/libsdp_la-mat_mult.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-sym_mat.lo -MD -MP -MF 
.deps/libsdp_la-sym_mat.Tpo -c -o libsdp_la-sym_mat.lo `test -f 'sym_mat.c' || 
echo './'`sym_mat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-sym_mat.lo -MD -MP -MF .deps/libsdp_la-sym_mat.Tpo -c sym_mat.c  
-fPIC -DPIC -o .libs/libsdp_la-sym_mat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-sym_mat.lo -MD -MP -MF .deps/libsdp_la-sym_mat.Tpo -c sym_mat.c 
-o libsdp_la-sym_mat.o >/dev/null 2>&1
mv -f .deps/libsdp_la-sym_mat.Tpo .deps/libsdp_la-sym_mat.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-copy_mat.lo -MD -MP -MF 
.deps/libsdp_la-copy_mat.Tpo -c -o libsdp_la-copy_mat.lo `test -f 'copy_mat.c' 
|| echo './'`copy_mat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-copy_mat.lo -MD -MP -MF .deps/libsdp_la-copy_mat.Tpo -c 
copy_mat.c  -fPIC -DPIC -o .libs/libsdp_la-copy_mat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-copy_mat.lo -MD -MP -MF .deps/libsdp_la-copy_mat.Tpo -c 
copy_mat.c -o libsdp_la-copy_mat.o >/dev/null 2>&1
mv -f .deps/libsdp_la-copy_mat.Tpo .deps/libsdp_la-copy_mat.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-addscaledmat.lo -MD -MP -MF 
.deps/libsdp_la-addscaledmat.Tpo -c -o libsdp_la-addscaledmat.lo `test -f 
'addscaledmat.c' || echo './'`addscaledmat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-addscaledmat.lo -MD -MP -MF .deps/libsdp_la-addscaledmat.Tpo -c 
addscaledmat.c  -fPIC -DPIC -o .libs/libsdp_la-addscaledmat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-addscaledmat.lo -MD -MP -MF .deps/libsdp_la-addscaledmat.Tpo -c 
addscaledmat.c -o libsdp_la-addscaledmat.o >/dev/null 2>&1
mv -f .deps/libsdp_la-addscaledmat.Tpo .deps/libsdp_la-addscaledmat.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-user_exit.lo -MD -MP -MF 
.deps/libsdp_la-user_exit.Tpo -c -o libsdp_la-user_exit.lo `test -f 
'user_exit.c' || echo './'`user_exit.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-user_exit.lo -MD -MP -MF .deps/libsdp_la-user_exit.Tpo -c 
user_exit.c  -fPIC -DPIC -o .libs/libsdp_la-user_exit.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-user_exit.lo -MD -MP -MF .deps/libsdp_la-user_exit.Tpo -c 
user_exit.c -o libsdp_la-user_exit.o >/dev/null 2>&1
mv -f .deps/libsdp_la-user_exit.Tpo .deps/libsdp_la-user_exit.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-make_i.lo -MD -MP -MF 
.deps/libsdp_la-make_i.Tpo -c -o libsdp_la-make_i.lo `test -f 'make_i.c' || 
echo './'`make_i.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-make_i.lo -MD -MP -MF .deps/libsdp_la-make_i.Tpo -c make_i.c  
-fPIC -DPIC -o .libs/libsdp_la-make_i.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-make_i.lo -MD -MP -MF .deps/libsdp_la-make_i.Tpo -c make_i.c -o 
libsdp_la-make_i.o >/dev/null 2>&1
mv -f .deps/libsdp_la-make_i.Tpo .deps/libsdp_la-make_i.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-allocmat.lo -MD -MP -MF 
.deps/libsdp_la-allocmat.Tpo -c -o libsdp_la-allocmat.lo `test -f 'allocmat.c' 
|| echo './'`allocmat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-allocmat.lo -MD -MP -MF .deps/libsdp_la-allocmat.Tpo -c 
allocmat.c  -fPIC -DPIC -o .libs/libsdp_la-allocmat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-allocmat.lo -MD -MP -MF .deps/libsdp_la-allocmat.Tpo -c 
allocmat.c -o libsdp_la-allocmat.o >/dev/null 2>&1
mv -f .deps/libsdp_la-allocmat.Tpo .deps/libsdp_la-allocmat.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-initsoln.lo -MD -MP -MF 
.deps/libsdp_la-initsoln.Tpo -c -o libsdp_la-initsoln.lo `test -f 'initsoln.c' 
|| echo './'`initsoln.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-initsoln.lo -MD -MP -MF .deps/libsdp_la-initsoln.Tpo -c 
initsoln.c  -fPIC -DPIC -o .libs/libsdp_la-initsoln.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-initsoln.lo -MD -MP -MF .deps/libsdp_la-initsoln.Tpo -c 
initsoln.c -o libsdp_la-initsoln.o >/dev/null 2>&1
mv -f .deps/libsdp_la-initsoln.Tpo .deps/libsdp_la-initsoln.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-initparams.lo -MD -MP -MF 
.deps/libsdp_la-initparams.Tpo -c -o libsdp_la-initparams.lo `test -f 
'initparams.c' || echo './'`initparams.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-initparams.lo -MD -MP -MF .deps/libsdp_la-initparams.Tpo -c 
initparams.c  -fPIC -DPIC -o .libs/libsdp_la-initparams.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-initparams.lo -MD -MP -MF .deps/libsdp_la-initparams.Tpo -c 
initparams.c -o libsdp_la-initparams.o >/dev/null 2>&1
mv -f .deps/libsdp_la-initparams.Tpo .deps/libsdp_la-initparams.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-add_mat.lo -MD -MP -MF 
.deps/libsdp_la-add_mat.Tpo -c -o libsdp_la-add_mat.lo `test -f 'add_mat.c' || 
echo './'`add_mat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-add_mat.lo -MD -MP -MF .deps/libsdp_la-add_mat.Tpo -c add_mat.c  
-fPIC -DPIC -o .libs/libsdp_la-add_mat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-add_mat.lo -MD -MP -MF .deps/libsdp_la-add_mat.Tpo -c add_mat.c 
-o libsdp_la-add_mat.o >/dev/null 2>&1
mv -f .deps/libsdp_la-add_mat.Tpo .deps/libsdp_la-add_mat.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-writesol.lo -MD -MP -MF 
.deps/libsdp_la-writesol.Tpo -c -o libsdp_la-writesol.lo `test -f 'writesol.c' 
|| echo './'`writesol.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-writesol.lo -MD -MP -MF .deps/libsdp_la-writesol.Tpo -c 
writesol.c  -fPIC -DPIC -o .libs/libsdp_la-writesol.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-writesol.lo -MD -MP -MF .deps/libsdp_la-writesol.Tpo -c 
writesol.c -o libsdp_la-writesol.o >/dev/null 2>&1
mv -f .deps/libsdp_la-writesol.Tpo .deps/libsdp_la-writesol.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-readsol.lo -MD -MP -MF 
.deps/libsdp_la-readsol.Tpo -c -o libsdp_la-readsol.lo `test -f 'readsol.c' || 
echo './'`readsol.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-readsol.lo -MD -MP -MF .deps/libsdp_la-readsol.Tpo -c readsol.c  
-fPIC -DPIC -o .libs/libsdp_la-readsol.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-readsol.lo -MD -MP -MF .deps/libsdp_la-readsol.Tpo -c readsol.c 
-o libsdp_la-readsol.o >/dev/null 2>&1
mv -f .deps/libsdp_la-readsol.Tpo .deps/libsdp_la-readsol.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-easysdp.lo -MD -MP -MF 
.deps/libsdp_la-easysdp.Tpo -c -o libsdp_la-easysdp.lo `test -f 'easysdp.c' || 
echo './'`easysdp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-easysdp.lo -MD -MP -MF .deps/libsdp_la-easysdp.Tpo -c easysdp.c  
-fPIC -DPIC -o .libs/libsdp_la-easysdp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-easysdp.lo -MD -MP -MF .deps/libsdp_la-easysdp.Tpo -c easysdp.c 
-o libsdp_la-easysdp.o >/dev/null 2>&1
mv -f .deps/libsdp_la-easysdp.Tpo .deps/libsdp_la-easysdp.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-writeprob.lo -MD -MP -MF 
.deps/libsdp_la-writeprob.Tpo -c -o libsdp_la-writeprob.lo `test -f 
'writeprob.c' || echo './'`writeprob.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-writeprob.lo -MD -MP -MF .deps/libsdp_la-writeprob.Tpo -c 
writeprob.c  -fPIC -DPIC -o .libs/libsdp_la-writeprob.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-writeprob.lo -MD -MP -MF .deps/libsdp_la-writeprob.Tpo -c 
writeprob.c -o libsdp_la-writeprob.o >/dev/null 2>&1
mv -f .deps/libsdp_la-writeprob.Tpo .deps/libsdp_la-writeprob.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-solvesys.lo -MD -MP -MF 
.deps/libsdp_la-solvesys.Tpo -c -o libsdp_la-solvesys.lo `test -f 'solvesys.c' 
|| echo './'`solvesys.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-solvesys.lo -MD -MP -MF .deps/libsdp_la-solvesys.Tpo -c 
solvesys.c  -fPIC -DPIC -o .libs/libsdp_la-solvesys.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-solvesys.lo -MD -MP -MF .deps/libsdp_la-solvesys.Tpo -c 
solvesys.c -o libsdp_la-solvesys.o >/dev/null 2>&1
mv -f .deps/libsdp_la-solvesys.Tpo .deps/libsdp_la-solvesys.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-makefill.lo -MD -MP -MF 
.deps/libsdp_la-makefill.Tpo -c -o libsdp_la-makefill.lo `test -f 'makefill.c' 
|| echo './'`makefill.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-makefill.lo -MD -MP -MF .deps/libsdp_la-makefill.Tpo -c 
makefill.c  -fPIC -DPIC -o .libs/libsdp_la-makefill.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-makefill.lo -MD -MP -MF .deps/libsdp_la-makefill.Tpo -c 
makefill.c -o libsdp_la-makefill.o >/dev/null 2>&1
mv -f .deps/libsdp_la-makefill.Tpo .deps/libsdp_la-makefill.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-mat_multsp.lo -MD -MP -MF 
.deps/libsdp_la-mat_multsp.Tpo -c -o libsdp_la-mat_multsp.lo `test -f 
'mat_multsp.c' || echo './'`mat_multsp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-mat_multsp.lo -MD -MP -MF .deps/libsdp_la-mat_multsp.Tpo -c 
mat_multsp.c  -fPIC -DPIC -o .libs/libsdp_la-mat_multsp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-mat_multsp.lo -MD -MP -MF .deps/libsdp_la-mat_multsp.Tpo -c 
mat_multsp.c -o libsdp_la-mat_multsp.o >/dev/null 2>&1
mv -f .deps/libsdp_la-mat_multsp.Tpo .deps/libsdp_la-mat_multsp.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-norms.lo -MD -MP -MF 
.deps/libsdp_la-norms.Tpo -c -o libsdp_la-norms.lo `test -f 'norms.c' || echo 
'./'`norms.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-norms.lo -MD -MP -MF .deps/libsdp_la-norms.Tpo -c norms.c  -fPIC 
-DPIC -o .libs/libsdp_la-norms.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-norms.lo -MD -MP -MF .deps/libsdp_la-norms.Tpo -c norms.c -o 
libsdp_la-norms.o >/dev/null 2>&1
mv -f .deps/libsdp_la-norms.Tpo .deps/libsdp_la-norms.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-linesearch.lo -MD -MP -MF 
.deps/libsdp_la-linesearch.Tpo -c -o libsdp_la-linesearch.lo `test -f 
'linesearch.c' || echo './'`linesearch.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-linesearch.lo -MD -MP -MF .deps/libsdp_la-linesearch.Tpo -c 
linesearch.c  -fPIC -DPIC -o .libs/libsdp_la-linesearch.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-linesearch.lo -MD -MP -MF .deps/libsdp_la-linesearch.Tpo -c 
linesearch.c -o libsdp_la-linesearch.o >/dev/null 2>&1
mv -f .deps/libsdp_la-linesearch.Tpo .deps/libsdp_la-linesearch.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-matvec.lo -MD -MP -MF 
.deps/libsdp_la-matvec.Tpo -c -o libsdp_la-matvec.lo `test -f 'matvec.c' || 
echo './'`matvec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-matvec.lo -MD -MP -MF .deps/libsdp_la-matvec.Tpo -c matvec.c  
-fPIC -DPIC -o .libs/libsdp_la-matvec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-matvec.lo -MD -MP -MF .deps/libsdp_la-matvec.Tpo -c matvec.c -o 
libsdp_la-matvec.o >/dev/null 2>&1
mv -f .deps/libsdp_la-matvec.Tpo .deps/libsdp_la-matvec.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-chol.lo -MD -MP -MF 
.deps/libsdp_la-chol.Tpo -c -o libsdp_la-chol.lo `test -f 'chol.c' || echo 
'./'`chol.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-chol.lo -MD -MP -MF .deps/libsdp_la-chol.Tpo -c chol.c  -fPIC 
-DPIC -o .libs/libsdp_la-chol.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-chol.lo -MD -MP -MF .deps/libsdp_la-chol.Tpo -c chol.c -o 
libsdp_la-chol.o >/dev/null 2>&1
mv -f .deps/libsdp_la-chol.Tpo .deps/libsdp_la-chol.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-qreig.lo -MD -MP -MF 
.deps/libsdp_la-qreig.Tpo -c -o libsdp_la-qreig.lo `test -f 'qreig.c' || echo 
'./'`qreig.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-qreig.lo -MD -MP -MF .deps/libsdp_la-qreig.Tpo -c qreig.c  -fPIC 
-DPIC -o .libs/libsdp_la-qreig.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-qreig.lo -MD -MP -MF .deps/libsdp_la-qreig.Tpo -c qreig.c -o 
libsdp_la-qreig.o >/dev/null 2>&1
mv -f .deps/libsdp_la-qreig.Tpo .deps/libsdp_la-qreig.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-tweakgap.lo -MD -MP -MF 
.deps/libsdp_la-tweakgap.Tpo -c -o libsdp_la-tweakgap.lo `test -f 'tweakgap.c' 
|| echo './'`tweakgap.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-tweakgap.lo -MD -MP -MF .deps/libsdp_la-tweakgap.Tpo -c 
tweakgap.c  -fPIC -DPIC -o .libs/libsdp_la-tweakgap.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-tweakgap.lo -MD -MP -MF .deps/libsdp_la-tweakgap.Tpo -c 
tweakgap.c -o libsdp_la-tweakgap.o >/dev/null 2>&1
mv -f .deps/libsdp_la-tweakgap.Tpo .deps/libsdp_la-tweakgap.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-freeprob.lo -MD -MP -MF 
.deps/libsdp_la-freeprob.Tpo -c -o libsdp_la-freeprob.lo `test -f 'freeprob.c' 
|| echo './'`freeprob.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-freeprob.lo -MD -MP -MF .deps/libsdp_la-freeprob.Tpo -c 
freeprob.c  -fPIC -DPIC -o .libs/libsdp_la-freeprob.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-freeprob.lo -MD -MP -MF .deps/libsdp_la-freeprob.Tpo -c 
freeprob.c -o libsdp_la-freeprob.o >/dev/null 2>&1
mv -f .deps/libsdp_la-freeprob.Tpo .deps/libsdp_la-freeprob.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-packed.lo -MD -MP -MF 
.deps/libsdp_la-packed.Tpo -c -o libsdp_la-packed.lo `test -f 'packed.c' || 
echo './'`packed.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-packed.lo -MD -MP -MF .deps/libsdp_la-packed.Tpo -c packed.c  
-fPIC -DPIC -o .libs/libsdp_la-packed.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-packed.lo -MD -MP -MF .deps/libsdp_la-packed.Tpo -c packed.c -o 
libsdp_la-packed.o >/dev/null 2>&1
mv -f .deps/libsdp_la-packed.Tpo .deps/libsdp_la-packed.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../include -DNOSHORTS  -g -O2 -MT libsdp_la-sortentries.lo -MD -MP -MF 
.deps/libsdp_la-sortentries.Tpo -c -o libsdp_la-sortentries.lo `test -f 
'sortentries.c' || echo './'`sortentries.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-sortentries.lo -MD -MP -MF .deps/libsdp_la-sortentries.Tpo -c 
sortentries.c  -fPIC -DPIC -o .libs/libsdp_la-sortentries.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNOSHORTS -g -O2 
-MT libsdp_la-sortentries.lo -MD -MP -MF .deps/libsdp_la-sortentries.Tpo -c 
sortentries.c -o libsdp_la-sortentries.o >/dev/null 2>&1
mv -f .deps/libsdp_la-sortentries.Tpo .deps/libsdp_la-sortentries.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -llapack -lcblas 
-lf77blas -latlas -lm   -L/home/shhu/Documents/SageMath/local/lib 
-L/home/shhu/Documents/SageMath/local/lib/../lib64 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../../../lib64
 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../..
 -lgfortran -lm -lquadmath  -L/home/shhu/Documents/SageMath/local/lib 
-Wl,-rpath,/home/shhu/Documents/SageMath/local/lib  -o libsdp.la -rpath 
/home/shhu/Documents/SageMath/local/lib libsdp_la-readprob.lo libsdp_la-sdp.lo 
libsdp_la-op_o.lo libsdp_la-psd_feas.lo libsdp_la-op_a.lo libsdp_la-op_at.lo 
libsdp_la-Fnorm.lo libsdp_la-calc_pobj.lo libsdp_la-calc_dobj.lo 
libsdp_la-trace_prod.lo libsdp_la-zero_mat.lo libsdp_la-mat_mult.lo 
libsdp_la-sym_mat.lo libsdp_la-copy_mat.lo libsdp_la-addscaledmat.lo 
libsdp_la-user_exit.lo libsdp_la-make_i.lo libsdp_la-allocmat.lo 
libsdp_la-initsoln.lo libsdp_la-initparams.lo libsdp_la-add_mat.lo 
libsdp_la-writesol.lo libsdp_la-readsol.lo libsdp_la-easysdp.lo 
libsdp_la-writeprob.lo libsdp_la-solvesys.lo libsdp_la-makefill.lo 
libsdp_la-mat_multsp.lo libsdp_la-norms.lo libsdp_la-linesearch.lo 
libsdp_la-matvec.lo libsdp_la-chol.lo libsdp_la-qreig.lo libsdp_la-tweakgap.lo 
libsdp_la-freeprob.lo libsdp_la-packed.lo libsdp_la-sortentries.lo  -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libsdp_la-readprob.o 
.libs/libsdp_la-sdp.o .libs/libsdp_la-op_o.o .libs/libsdp_la-psd_feas.o 
.libs/libsdp_la-op_a.o .libs/libsdp_la-op_at.o .libs/libsdp_la-Fnorm.o 
.libs/libsdp_la-calc_pobj.o .libs/libsdp_la-calc_dobj.o 
.libs/libsdp_la-trace_prod.o .libs/libsdp_la-zero_mat.o 
.libs/libsdp_la-mat_mult.o .libs/libsdp_la-sym_mat.o .libs/libsdp_la-copy_mat.o 
.libs/libsdp_la-addscaledmat.o .libs/libsdp_la-user_exit.o 
.libs/libsdp_la-make_i.o .libs/libsdp_la-allocmat.o .libs/libsdp_la-initsoln.o 
.libs/libsdp_la-initparams.o .libs/libsdp_la-add_mat.o 
.libs/libsdp_la-writesol.o .libs/libsdp_la-readsol.o .libs/libsdp_la-easysdp.o 
.libs/libsdp_la-writeprob.o .libs/libsdp_la-solvesys.o 
.libs/libsdp_la-makefill.o .libs/libsdp_la-mat_multsp.o .libs/libsdp_la-norms.o 
.libs/libsdp_la-linesearch.o .libs/libsdp_la-matvec.o .libs/libsdp_la-chol.o 
.libs/libsdp_la-qreig.o .libs/libsdp_la-tweakgap.o .libs/libsdp_la-freeprob.o 
.libs/libsdp_la-packed.o .libs/libsdp_la-sortentries.o   -llapack -lcblas 
-lf77blas -latlas -L/home/shhu/Documents/SageMath/local/lib 
-L/home/shhu/Documents/SageMath/local/lib/../lib64 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../../../lib64
 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../..
 -lgfortran -lquadmath -lm  -O2 -Wl,-rpath 
-Wl,/home/shhu/Documents/SageMath/local/lib   -Wl,-soname -Wl,libsdp.so.0 -o 
.libs/libsdp.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libsdp.so.0" && ln -s "libsdp.so.0.0.0" 
"libsdp.so.0")
libtool: link: (cd ".libs" && rm -f "libsdp.so" && ln -s "libsdp.so.0.0.0" 
"libsdp.so")
libtool: link: ar cru .libs/libsdp.a  libsdp_la-readprob.o libsdp_la-sdp.o 
libsdp_la-op_o.o libsdp_la-psd_feas.o libsdp_la-op_a.o libsdp_la-op_at.o 
libsdp_la-Fnorm.o libsdp_la-calc_pobj.o libsdp_la-calc_dobj.o 
libsdp_la-trace_prod.o libsdp_la-zero_mat.o libsdp_la-mat_mult.o 
libsdp_la-sym_mat.o libsdp_la-copy_mat.o libsdp_la-addscaledmat.o 
libsdp_la-user_exit.o libsdp_la-make_i.o libsdp_la-allocmat.o 
libsdp_la-initsoln.o libsdp_la-initparams.o libsdp_la-add_mat.o 
libsdp_la-writesol.o libsdp_la-readsol.o libsdp_la-easysdp.o 
libsdp_la-writeprob.o libsdp_la-solvesys.o libsdp_la-makefill.o 
libsdp_la-mat_multsp.o libsdp_la-norms.o libsdp_la-linesearch.o 
libsdp_la-matvec.o libsdp_la-chol.o libsdp_la-qreig.o libsdp_la-tweakgap.o 
libsdp_la-freeprob.o libsdp_la-packed.o libsdp_la-sortentries.o
libtool: link: ranlib .libs/libsdp.a
libtool: link: ( cd ".libs" && rm -f "libsdp.la" && ln -s "../libsdp.la" 
"libsdp.la" )
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/lib'
Making all in include
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/include'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/include'
Making all in solver
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/solver'
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -DNOSHORTS  -g -O2 -MT csdp-csdp.o 
-MD -MP -MF .deps/csdp-csdp.Tpo -c -o csdp-csdp.o `test -f 'csdp.c' || echo 
'./'`csdp.c
mv -f .deps/csdp-csdp.Tpo .deps/csdp-csdp.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2  
-L/home/shhu/Documents/SageMath/local/lib 
-Wl,-rpath,/home/shhu/Documents/SageMath/local/lib  -o csdp csdp-csdp.o 
../lib/libsdp.la -lm 
libtool: link: gcc -g -O2 -Wl,-rpath 
-Wl,/home/shhu/Documents/SageMath/local/lib -o .libs/csdp csdp-csdp.o  
-L/home/shhu/Documents/SageMath/local/lib ../lib/.libs/libsdp.so 
-L/home/shhu/Documents/SageMath/local/lib/../lib64 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../../../lib64
 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../..
 -llapack -lcblas -lf77blas -latlas -lgfortran -lquadmath -lm -Wl,-rpath 
-Wl,/home/shhu/Documents/SageMath/local/lib
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/solver'
Making all in example
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/example'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/example'
Making all in theta
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/theta'
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -DNOSHORTS  -g -O2 -MT theta-theta.o 
-MD -MP -MF .deps/theta-theta.Tpo -c -o theta-theta.o `test -f 'theta.c' || 
echo './'`theta.c
mv -f .deps/theta-theta.Tpo .deps/theta-theta.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2  
-L/home/shhu/Documents/SageMath/local/lib 
-Wl,-rpath,/home/shhu/Documents/SageMath/local/lib  -o theta theta-theta.o 
../lib/libsdp.la -lm 
libtool: link: gcc -g -O2 -Wl,-rpath 
-Wl,/home/shhu/Documents/SageMath/local/lib -o .libs/theta theta-theta.o  
-L/home/shhu/Documents/SageMath/local/lib ../lib/.libs/libsdp.so 
-L/home/shhu/Documents/SageMath/local/lib/../lib64 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../../../lib64
 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu 
-L/home/shhu/Documents/SageMath/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/../../..
 -llapack -lcblas -lf77blas -latlas -lgfortran -lquadmath -lm -Wl,-rpath 
-Wl,/home/shhu/Documents/SageMath/local/lib
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/theta'
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
make[3]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
make[2]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
Installing csdp...
make[2]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
Making install in lib
make[3]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/lib'
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/lib'
 /bin/mkdir -p '/home/shhu/Documents/SageMath/local/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libsdp.la 
'/home/shhu/Documents/SageMath/local/lib'
libtool: install: /usr/bin/install -c .libs/libsdp.so.0.0.0 
/home/shhu/Documents/SageMath/local/lib/libsdp.so.0.0.0
libtool: install: (cd /home/shhu/Documents/SageMath/local/lib && { ln -s -f 
libsdp.so.0.0.0 libsdp.so.0 || { rm -f libsdp.so.0 && ln -s libsdp.so.0.0.0 
libsdp.so.0; }; })
libtool: install: (cd /home/shhu/Documents/SageMath/local/lib && { ln -s -f 
libsdp.so.0.0.0 libsdp.so || { rm -f libsdp.so && ln -s libsdp.so.0.0.0 
libsdp.so; }; })
libtool: install: /usr/bin/install -c .libs/libsdp.lai 
/home/shhu/Documents/SageMath/local/lib/libsdp.la
libtool: install: /usr/bin/install -c .libs/libsdp.a 
/home/shhu/Documents/SageMath/local/lib/libsdp.a
libtool: install: chmod 644 /home/shhu/Documents/SageMath/local/lib/libsdp.a
libtool: install: ranlib /home/shhu/Documents/SageMath/local/lib/libsdp.a
libtool: finish: 
PATH="/home/shhu/Documents/SageMath/build/bin:/home/shhu/Documents/SageMath/src/bin:/home/shhu/Documents/SageMath/local/bin:/home/shhu/Documents/SageMath/build/bin:/home/shhu/Documents/SageMath/src/bin:/home/shhu/Documents/SageMath/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin"
 ldconfig -n /home/shhu/Documents/SageMath/local/lib
/sbin/ldconfig.real: 
/home/shhu/Documents/SageMath/local/lib/libstdc++.so.6.0.20-gdb.py is not an 
ELF file - it has the wrong magic bytes at the start.

----------------------------------------------------------------------
Libraries have been installed in:
   /home/shhu/Documents/SageMath/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/lib'
make[3]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/lib'
Making install in include
make[3]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/include'
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/include'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/home/shhu/Documents/SageMath/local/include'
 /bin/mkdir -p '/home/shhu/Documents/SageMath/local/include/csdp'
 /usr/bin/install -c -m 644  csdp/blockmat.h csdp/index.h csdp/declarations.h 
csdp/parameters.h '/home/shhu/Documents/SageMath/local/include/csdp'
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/include'
make[3]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/include'
Making install in solver
make[3]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/solver'
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/solver'
 /bin/mkdir -p '/home/shhu/Documents/SageMath/local/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c csdp 
'/home/shhu/Documents/SageMath/local/bin'
libtool: install: /usr/bin/install -c .libs/csdp 
/home/shhu/Documents/SageMath/local/bin/csdp
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/solver'
make[3]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/solver'
Making install in example
make[3]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/example'
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/example'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/example'
make[3]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/example'
Making install in theta
make[3]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/theta'
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/theta'
 /bin/mkdir -p '/home/shhu/Documents/SageMath/local/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c theta 
'/home/shhu/Documents/SageMath/local/bin'
libtool: install: /usr/bin/install -c .libs/theta 
/home/shhu/Documents/SageMath/local/bin/theta
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/theta'
make[3]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src/theta'
make[3]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
make[4]: Entering directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
make[3]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'
make[2]: Leaving directory 
`/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2/src'

real    0m8.200s
user    0m5.596s
sys     0m0.364s
Successfully installed csdp-6.2
Deleting temporary build directory
/home/shhu/Documents/SageMath/local/var/tmp/sage/build/csdp-6.2
Finished installing csdp-6.2.spkg

Reply via email to