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
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Reply via email to