Hi, For a friend, I'm trying buildjmg brltty 4.2 statically so that we could have it on a USB stick or a floppy disk. That's why I did this: ./configure --with-braille-driver=sk --with-braille-device=usb: -with-libbraille=no --with-text-table=fr_FR.ttb --with-speech-driver=no --with-flite=no --with-mikropuhe=no --with-speechd=no --with-swift=no --with-theta=no --with-viavoice=no --with-screen-driver=lx --with-usb-package=yes --with-bluetooth-package=no --enable-standalone-programs --disable-learn-mode --disable-contracted-table --disable-speech-support --disable-x --disable-beeper-support --disable-pcm-support --disable-midi-support --disable-fm-support --disable-pm-configfile --disable-gpm --disable-api --disable-caml-bindings --disable-java-bindings --disable-lisp-bindings --disable-python-bindings --disable-tcl-bindings
Then make And the build process freezes on: gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I.. -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -o host_ttb_compile.o -c ./ttb_compile.c gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I.. -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -o host_ttb_native.o -c ./ttb_native.c gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I.. -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -c ./atb_compile.c gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I.. -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -o host_atb_compile.o -c ./atb_compile.c gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I.. -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -c ./ctb_compile.c gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I.. -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -o host_ctb_compile.o -c ./ctb_compile.c gcc -Wall -static -Wl,-export-dynamic -o tbl2hex tbl2hex.o host_program.o host_pid.o host_options.o host_log.o host_file.o host_device.o host_parse.o host_timing.o host_misc.o host_io_misc.o host_sys_linux.o host_lock.o host_charset.o host_datafile.o host_queue.o host_dataarea.o host_ttb_compile.o host_ttb_native.o host_atb_compile.o host_ctb_compile.o -ldl -lpthread -lsupc++ ./tbl2hex -- ../Tables/fr_FR.ttb >text.auto.h I have to do ctrl-C to have the prompt again, and...: make[1]: *** Destroying « text.auto.h » file make[1]: *** [text.auto.h] Interruption make: *** [all] Interruption What do I do not properly? I wonder if I had not already asked but no solution... don't remember. Thanks for your help, Regards, Jean-Philippe MENGUAL _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
