From: Ingmar S. <is...@es...> - 2008-11-07 09:04:39
|
package/flex/flex.mk When you run ./configure --help in build_ixxx/flex-2.5.4, you see the following output below. flex.mk specifies however: --bindir=/usr/bin \ --sbindir=/usr/sbin \ --libexecdir=/usr/lib \ --sysconfdir=/etc \ --datadir=/usr/share \ --localstatedir=/var \ --mandir=/usr/man \ --infodir=/usr/info \ My build process stopped because these are un-recognized options. Is is my build environment? Haven't had this problem in the past. ingmar@nexoc:~/dev/astlinux-newtrunk/build_i586/flex-2.5.4> ./configure --help Usage: configure [options] [host] Options: [defaults in brackets after descriptions] Configuration: --cache-file=FILE cache test results in FILE --help print this message --no-create do not create output files --quiet, --silent do not print `checking...' messages --version print the version of autoconf that created configure Directory and file names: --prefix=PREFIX install architecture-independent files in PREFIX [/usr/local] --exec-prefix=PREFIX install architecture-dependent files in PREFIX [same as prefix] --srcdir=DIR find the sources in DIR [configure dir or ..] --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names Host type: --build=BUILD configure for building on BUILD [BUILD=HOST] --host=HOST configure for HOST [guessed] --target=TARGET configure for TARGET [TARGET=HOST] Features and packages: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --x-includes=DIR X include files are in DIR --x-libraries=DIR X library files are in DIR --enable and --with options recognized: Philip Prindeville wrote: > I built everything from scratch. > > Which flex are you talking about? > > At least one package has it's own copy of flex... > > -Philip > > Ingmar Schraub wrote: >> Hello Philip, >> >> did you build recently "flex" from scratch? Apparently flex 2.5.4 has >> less 'configure' options.. Needs a fix. >> >> regards, >> >> Ingmar >> >> Philip Prindeville wrote: >> >>> Following the movement to Linux kernel 2.6.25, I've had to change a few >>> packages to update their versions and/or change their build instructions >>> because of header file changes, things installing into different places, >>> and all sorts of other kruft. >>> > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Astlinux-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-devel > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |