Bug#528275: libgivaro-dev: examples won't compile out of tree

2009-05-11 Thread David Bremner
Package: libgivaro-dev
Version: 3.2.10-1
Severity: minor


It seems the examples included with libgivaro-dev won't compile out of
the box because they try to re-run automake. It doesn't seem to do
that when I build in the givaro source tree.

host:projects/examples/Rational % make iratrecon
cd ../..  make  am--refresh
make[1]: Entering directory `/home/bremner/projects'
make[1]: *** No rule to make target `am--refresh'.  Stop.
make[1]: Leaving directory `/home/bremner/projects'
make: *** [../../configure] Error 2


-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (900, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgivaro-dev depends on:
ii  libgivaro03.2.10-1   Givaro, a library for arithmetic a

libgivaro-dev recommends no packages.

libgivaro-dev suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#528275: libgivaro-dev: examples won't compile out of tree

2009-05-11 Thread Tim Abbott
 It seems the examples included with libgivaro-dev won't compile out of
 the box because they try to re-run automake. It doesn't seem to do
 that when I build in the givaro source tree.
 
 host:projects/examples/Rational % make iratrecon
 cd ../..  make  am--refresh
 make[1]: Entering directory `/home/bremner/projects'
 make[1]: *** No rule to make target `am--refresh'.  Stop.
 make[1]: Leaving directory `/home/bremner/projects'
 make: *** [../../configure] Error 2

It does seem the makefiles included in the givaro library for the examples 
don't like the fact that the rest of the source tree isn't there.  I'm not 
sure what the best solution is here.

As a workaround for now, you can of course compile the examples with e.g. 

g++ -o iratrecon iratrecon.C -lgivaro -lgmp

-Tim Abbott



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org