Package: omniorb
Version: 4.1.1-3
Severity: normal
User: [EMAIL PROTECTED]
Usertags: 

build log;
-snip-
Build-Depends: autotools-dev, debhelper (>= 5.0.38), g++-4.1 [arm],
libssl-dev, python-central (>= 0.5.6), python-dev
...
cd build && \
        CC="gcc-4.1 -O2" CXX="g++-4.1 -O2" ../configure --build
        arm-linux-gnueabi \

checking for C compiler default output file name... configure: error: C
compiler cannot create executables
-snip-

debian/rules: 

ifeq ($(DEB_HOST_ARCH_CPU),arm)

DEB_HOST_ARCH_CPU is arm on both arm and armel, and on the theoretic
knetbsd-arm / mach-arm / hurd-arm.

Since the previous versions built fine on armel[1], you will probably
want to restrict to oldabi arm using the following dpkg-architecture
variable:

DEB_BUILD_GNU_TYPE=arm-linux-gnu

[1] http://buildd.debian-ports.org/~nchip/build.php?arch=armel&pkg=omniorb4




-- 
"rm -rf" only sounds scary if you don't have backups



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to