[BRLTTY] Compilation error

Samuel Thibault samuel.thibault at ens-lyon.org
Mon Jul 9 08:40:23 EDT 2012


Shérab, le Mon 09 Jul 2012 11:56:43 +0200, a écrit :
> still unable to solve this problem.
> Here is the command and again the errors it produces:
> gcc -o tbl2hex tbl2hex.build.o program.build.o pid.build.o options.build.o log.build.o file.build.o device.build.o parse.build.o timing.build.o io_misc.build.o sys_linux.build.o charset.build.o charset_none.build.o dataarea.build.o datafile.build.o hostcmd.build.o hostcmd_none.build.o lock.build.o queue.build.o ttb_compile.build.o ttb_native.build.o atb_compile.build.o ctb_compile.build.o -fPIE -pie -Wl,-z,relro -Wl,-z,now  -ldl -lm   -L/usr/lib/x86_64-linux-gnu -licui18n -licuuc -licudata  -ldl -lm    -ldl -lgpm -lrt -lpthread -lsupc++ 

Ah, there it is.

Never hide anything from the log :)

What's important here is the -fPIE -pie, which is spurious. IIRC it's
icu-config which used to emit them. Upgrading to version 4.8.1.1-8
should fix that.

Samuel


More information about the BRLTTY mailing list