Re: Configure script problem
andy preston <[email protected]>
| Newsgroups | gmane.comp.handhelds.matchbox |
|---|---|
| Message-ID | <1036593366.13733.24.camel@p3> |
On Wed, 2002-11-06 at 01:32, mallum wrote: > Hmm, I little confused by what you mean here ... > > X_LIBS and X_CFLAGS and added in each of the Makefile.am's CFLAGS & > LDADD's so it should work ok ? OK, discovered my problem, the Makefile.am for libmbdock is missing the CFLAGS = @CFLAGS@ @X_CFLAGS@ statement. This is true for both 0.3.6 and CVS. I can get a compile now so I'm happy ! Another problem, is that the way that you've done the --enable-standalone calling ./standalone_geader_gen.sh doesn't work when you have a seperate build directory from src directory. My directories are: src/matchbox-0.3.6 build_arm-uclibc/matchbox-0.3.6 configure is run in the build directory and all of it's output is placed in the build directory as are the object files etc. This enables me to cleanly have one source compiling for multiple architectures. HTH Andy