alan dekok wrote:

>> Part of the problem is that ${top_srcdir} doesn't exist in Make.inc,
>> but I can not figure out why this is happening.

>  libtool weirdness.  <sigh>

almost there.  after i run configure and i look at Make.inc I have
this:

     ...
     top_builddir    = /software/src/radius/freeradius/radiusd
     top_srcdir      = .
     ...
     LIBLTDL         = ${top_builddir}/libltdl/libltdl.la
     INCLTDL         = -I${top_srcdir}/libltdl
     ...

so, during the compile of rlm_eap we now have these two -I directives:

     -I../../include -I./libltdl

if i look at config.status, top_srcdir does get to the same path
as top_builddir initially, but it looks like later on something
else happens to it.


-jason



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to