[gccsdk] [Bug 195] subversion: using ee does no longer work
bugzilla-daemon at riscos.info
bugzilla-daemon at riscos.info
Tue Feb 9 14:41:34 PST 2010
http://www.riscos.info/bugzilla3/show_bug.cgi?id=195
John Tytgat <John.Tytgat at aaug.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |John.Tytgat at aaug.net
--- Comment #1 from John Tytgat <John.Tytgat at aaug.net> 2010-02-09 14:41:33 ---
I'm wondering if this isn't related to what got hinted at
<URL:http://www.riscosopen.org/forum/forums/5/topics/313?page=2#posts-2422> but
the latter is without details so we can't be sure.
Could you compile the following with GCCSDK (and UnixLib as runtime library):
--8<--
#include <stdio.h>
int
main(int argc, char *argv[])
{
printf("%s\n", argv[0]);
return 0;
}
--8<--
And when running I expect to see output similar to:
/ADFS::HardDisc4.$/foo/bar/test
I.e. unixified version of the full RISC OS path of your test binary. I think
with HostFS you will have something different and that's most probably due to a
HostFS implementation problem.
--
Configure bugmail: http://www.riscos.info/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the gcc
mailing list