[maemo-developers] More autobuilder problems (armel only)
From: Tim Teulings rael at edge.ping.deDate: Sun Jun 29 19:19:49 EEST 2008
- Previous message: More autobuilder problems (armel only)
- Next message: More autobuilder problems (armel only)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello! > ./configure --host=arm-linux-gnueabi --build=arm-linux-gnueabi > --prefix=/usr --mandir=\${prefix}/share/man > --infodir=\${prefix}/share/info CFLAGS="-Wall -g -O2" > LDFLAGS="-Wl,-z,defs" --disable-darwin --disable-xsmp > --disable-netbeans --enable-gui=no --disable-gtktest --disable-gpm > --disable-acl --disable-nls > > I did pass through some extra ones (either disable-darwin et al), > however the --host and --build were added automatically. > > I'll try resubmitting and see what size the log is then :-) I would try to drop the --host and --build parameters to the configure script. One would have to look at the config.log the exactly see what happens and why this results int he C compiler not working anymore. These line are relevant for the debian packages to support cross-compiling (directly pass the target system) but in the maemo autobuilder environment they possibly do harm (perhaps the configure script assumes special names for the compile, which does not exists. config.log would tell us). My packages work without them. The configure script then tries to detect the platform itself and was right in its guess :-) It would however be interesting to hear from the autobuilder people how we should cope with such debian specifica? -- Gruß... Tim.
- Previous message: More autobuilder problems (armel only)
- Next message: More autobuilder problems (armel only)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]