help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with autoconf/configure and /usr/include/tao/corba.h


From: Jarle Aase
Subject: Problems with autoconf/configure and /usr/include/tao/corba.h
Date: Sun, 13 Mar 2005 19:19:21 +0100
User-agent: KNode/0.8.1

I'm having a strange problem where ./configure fails to detect an existing
header-file. The system is Debian/GNU Linux "testing" with ace and tao
installed from Debian packages. 

from my configure.in:
AC_CHECK_HEADERS(sqlite3.h tao/corba.h)

Output from ./configure:
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking tao/corba.h usability... no
checking tao/corba.h presence... no
checking for tao/corba.h... no

$ ls -lh /usr/include/sqlite3.h /usr/include/tao/corba.h
-rw-r--r--  1 root root  50K Jan  1 13:37 /usr/include/sqlite3.h
-rw-r--r--  1 root root 2.3K Oct 28 18:13 /usr/include/tao/corba.h
$

$ autoconf --version
Autoconf version 2.13
$

Other header-files from /usr/include/ subdirs (like ssh) are detected OK.

Does anyone have a clue on how to fix this?

Jarle
-- 
Jarle Aase                http://www.jgaa.com
mailto:jgaa@jgaa.com

<<< no need to argue - just kill'em all! >>>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]