lux-integ wrote: > I am trying to build cdparanoia > (http://www.linuxfromscratch.org/blfs/view/svn/multimedia/cdparanoia.html ) > on a machine with these:- > --cpu amd64 > --gcc-4.8.1 > --linux-3.10.9 (pure 64 bit) > > running the configure script ends like this:- > #----------------------- > ..checking for int32_t > configure error no 16bit type found on this platform > #---------------------- > > > I dont know if this is failure to build on 64-bit plaforms or against > gcc-4.8. > ( I looked at the cblfs site and there are recipies for building on 64-bit > platforms.)
I don't know why you are getting that. On lfs-7.4-rc1 I have the results below. Did you apply the patch? -- Bruce patching file interface/cdda_interface.h patching file interface/cooked_interface.c patching file interface/interface.c patching file interface/scan_devices.c patching file interface/scsi_interface.c patching file interface/test_interface.c checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for ranlib... ranlib checking for ar... ar checking for install... install checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... yes checking size of long long... 8 checking for int16_t... yes checking for int32_t... yes checking linux/sbpcd.h usability... no checking linux/sbpcd.h presence... no checking for linux/sbpcd.h... no checking linux/ucdrom.h usability... no checking linux/ucdrom.h presence... no checking for linux/ucdrom.h... no checking whether make sets $(MAKE)... yes checking for an ANSI C-conforming const... yes configure: creating ./config.status config.status: creating Makefile config.status: creating interface/Makefile config.status: creating paranoia/Makefile -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
