ARM Cross Compilation Problem with Shared Libraries

2005-09-14 Thread Andrés Moré
Hi, all. I'm using autoconf/automake/libtool to manage a command line tool that has a shared library and a linux kernel module. In order to install the module, I have to use DATA definitions and a separate Makefile. Anyway, my main problem its that a need to cross compile this tool to ARM, and I

Re: ARM Cross Compilation Problem with Shared Libraries

2005-09-14 Thread Ralf Wildenhues
Hi Andrés, * Andrés Moré wrote on Wed, Sep 14, 2005 at 02:19:58PM CEST: > > I'm using autoconf/automake/libtool to manage a command line tool that > has a shared library and a linux kernel module. This is most likely a Libtool problem, and would as such fit better on the Libtool mailing list. B

Re: ARM Cross Compilation Problem with Shared Libraries

2005-09-14 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Wed, Sep 14, 2005 at 03:21:57PM CEST: > * Andrés Moré wrote on Wed, Sep 14, 2005 at 02:19:58PM CEST: > > > > So, after configuring, when I type "make": > > > > arm-linux-gnueabi-gcc -shared .libs/xld_lib.o -mbig-endian > > -Wl,-soname -Wl,libxld_lib.so.0 -o .libs/lib

kde moves to scons. The future of autotools?

2005-09-14 Thread Peter Volkov Alexandrovich
Hello. Yes. A bit provocative subject, but I dare to ask your opinions, guys, about scons build system. What do you think about it? Is it worth to change autotools? The aim of scons is to replace gnu build system, but what are the weak sides of gnu build system? Yes I know it's rather complex and

how to check for XGetAtomNames?

2005-09-14 Thread Sam Steingold
I have AC_PATH_XTRA AC_CHECK_FUNCS(XGetAtomNames) is this the right way to check for a function in libX11? if not, what is? -- Sam Steingold (http://www.podval.org/~sds) running w2k <

Re: kde moves to scons. The future of autotools?

2005-09-14 Thread Bob Friesenhahn
On Wed, 14 Sep 2005, Peter Volkov Alexandrovich wrote: The aim of scons is to replace gnu build system, but what are the weak sides of gnu build system? Yes I know it's rather complex and do not use md5sum to check for changed files but autotools is time-tested solution. Could scons replace ./co

Help with removing .mod files with configure script [gmake distclean]

2005-09-14 Thread Ayodele Onibokun (Jimmy)
Hi -- Does anyone knows how I can tell configure to remove .mod files as well each time I issue 'gmake distclean'? It does remove all the files but complains there're some .mod files left behind in one of my directory. Any suggestions would help. Thanks, -Jimmy. -Ayodele a.k.a -Jimmy