tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fwd: Re: [Tinycc-devel] Several patchs from Debian packaging]


From: mobi phil
Subject: Re: [Fwd: Re: [Tinycc-devel] Several patchs from Debian packaging]
Date: Sun, 18 Apr 2010 21:05:35 +0200


indeed shuld be easy... did not do it myself, as I do not know well the "rules in the house"


this was my comment in my earlier email:


I have libXXX both in /usr/lib and in /mysys/usr/lib for development.
Unfortunately /usr/lib is added first, and cannot be changed, so any
subsequent -L will be overriden by /usr/lib etc.


I see two solutions:

1.
* write a pair dynarray_insert for dynarray_add, and insert all what
comes with -L in the coresponding order
* write a pair tcc_insert_library_path, and call dynarray_insert

2.
* reset the dynarray before calling tcc_insert_library_path from parse_args



Please tell me if anybody has any preference, would be happy to push
the patch... regards


--
rgrds,
mobi phil

being mobile, but including technology
http://mobiphil.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]