[Tinycc-devel] likner script parser - support relative/short file names?

2011-09-19 Thread u-tcc-uepj
Hello, I had to apply the following patch to be able to use my uclibc instance which contains relative library file names in the libc.so linker script. It does not work otherwise, tcc complains about unrecognized file format. (It worked however if the script contained only absolute file names.)

Re: [Tinycc-devel] likner script parser - support relative/short file names?

2011-09-19 Thread Thomas Preud'homme
Le lundi 19 septembre 2011 18:49:32, u-tcc-u...@aetey.se a écrit : > Hello, > > I had to apply the following patch to be able to use my uclibc instance > which contains relative library file names in the libc.so linker script. > > It does not work otherwise, tcc complains about unrecognized file

Re: [Tinycc-devel] likner script parser - support relative/short file names?

2011-09-19 Thread u-tcc-uepj
Hello Thomas, Thanks for your reply. On Mon, Sep 19, 2011 at 07:30:09PM +0200, Thomas Preud'homme wrote: > > Hope this change makes sense. > It does but it's incomplete. You should tcc_add_dll after > tcc_add_file_internal > because each file must be searched first in current directory and then

Re: [Tinycc-devel] likner script parser - support relative/short file names?

2012-01-04 Thread Thomas Preud'homme
Le lundi 19 septembre 2011 19:30:09, Thomas Preud'homme a écrit : > Le lundi 19 septembre 2011 18:49:32, u-tcc-u...@aetey.se a écrit : > > Hello, > > > > I had to apply the following patch to be able to use my uclibc instance > > which contains relative library file names in the libc.so linker scr