This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/38805] sed Unterminated `s' command



------- Comment #8 from thomas dot jourdan at gmail dot com  2009-01-14 20:45 -------
Hi all

I did my homework tonight and I found the problem, thanks to your help. For
other purposes, I had to export a function in my shell this way :

---8<---
function install() { ginstall "$@"; }
export -f install
---8<---

To fool a configure script (not related to gcc) which needed GNU install
instead of SunOS install.

I had no knowledge of `config.status -d`, but this helped me a lot. I've been
able to see the confstat temporary files and figure out the problem. Thanks for
pointing this out, this will help me a lot to debug ct-ng and cross tool chain
building.

Thanks again for your help and sorry for the false alarm !

Regards,
Thomas


-- 

thomas dot jourdan at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38805


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]