On Thu, 21 Dec 2006 14:58:06 +0530 "saravanan chanemouganandam" <saravanan_sprt at hotmail.com> wrote: > Hi everybody, > > I am a newbie in using bridge utils for my application. I have a problem in cross compiling bridge utils on my host x86 development for my target ARM board. I have recently downloaded bridge utils 1.2 version and fascing some compilation porblem. Can anyone tell me how can I cross compile ? > I tried using autoconf and ./configure but got some error messages like undefined macro AC_CONFIG_HEADERS (libbridge/configh.h) and can not find sources .in or .. and make throws No more target specified etc. > > Sample autoconf and ./configure and make for arm target would be very helpful . > > Thanks > Sara If cross compiling, I wouldn't bother trying to make autoconf work. Just use configure to setup a local (non-cross) build, then hand edit the Makefiles. Autoconf is one of those black art tool sets that changes a lot between versions and platforms, it probably can do it but getting it to work would be a pain.