In message <[email protected]> Lee Noar <[email protected]> wrote:
> You're not doing anything wrong, as such, it's just unfortunate that > riscosify() doesn't handle library filenames very well, perhaps because > it has what might be seen as multiple suffixes. The easiest way around > it is to use: > > -o /libhello.so.0.0 > > The leading backslash forces riscosify() to assume a unix filename. I just commited a fix for this. So from now on, you can use "-o libhello.so.0.0" or "-olibhello.so.0.0" syntax. John. -- John Tytgat, in his comfy chair at home BASS [email protected] ARM powered, RISC OS driven _______________________________________________ GCCSDK mailing list [email protected] Bugzilla: http://www.riscos.info/bugzilla/index.cgi List Info: http://www.riscos.info/mailman/listinfo/gcc Main Page: http://www.riscos.info/index.php/GCCSDK
