search for: png_do_read_filler

Displaying 3 results from an estimated 3 matches for "png_do_read_filler".

2013 Jul 12
1
Unable to boot with syslinux-5.1x from git
Hi, Matt Fleming wrote: > ld: libpng/pngrtran.o: warning: relocation against `png_do_read_filler' in readonly section `.text'. > ld: warning: creating a DT_TEXTREL in object. > > Looks like your files aren't position-independent. What does, > > file com32/gpllib/dmi/dmi.o > > say? # file com32/gpllib/dmi/dmi.o com32/gpllib/dmi/dmi.o: ELF 32-bit LSB relocatab...
2013 Jul 11
2
Unable to boot with syslinux-5.1x from git
Hi, well, I was finally able to build syslinux-5.11-pre8 from git, but the system doesn't boot with the self-compiled version. All I see is: http://666kb.com/i/cfplluqpcy6owptq3.jpg Build log can be found in http://www.syslinux.org/archives/2013-July/020452.html After I installed the self-compiled syslinux version, I run this commands: # cd /boot/extlinux # rm -rf *.c32 # extlinux
2013 Jul 12
0
Unable to boot with syslinux-5.1x from git
...provide) does work. > > I also tried syslinux-5.10 from git - same error. > > So there must be something wrong when I build from git. CFlags? > LDFlags? UPX? I have absolute no idea where to start debugging with > this error. ld: libpng/pngrtran.o: warning: relocation against `png_do_read_filler' in readonly section `.text'. ld: warning: creating a DT_TEXTREL in object. Looks like your files aren't position-independent. What does, file com32/gpllib/dmi/dmi.o say? > If you think this is worth to debug, I am happy to follow your commands ;) > If you don't think th...