[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN (client only) on HP-UX 11.11

From: Dimitri Papadopoulos-Orfanos <papadopo_at_shfj.cea.fr>
Date: 2004-05-07 15:42:47 CEST

Hi,

> No, I got gcc from the Porting Centre, but we don't have access to the
> ANSI C compiler. I'm aware of the problem with their included compiler.
> Why anyone would buy a *nix operating system without a proper C compiler
> is beyond me, but that's not my decision. :)

You have no choice. All commercial Unix systems started lacking a decent
C compiler at about the same time. They all have a separate C compiler
product: Solaris, HP-UX, AIX, Irix, Tru64, Reliant, UnixWare, ....

>> It would help if you could at least run svn in a debugger (gdb) and
>> show a stack trace.
>
>
> Thanks, I'll give it a try. I'm really not sure which assembler is being
> used, but I'll grab the latest GNU version. Should I replace any of the
> other tools with GNU equivalents as well?

No, I don't think you need other GNU tools. The following should show
which tools you're using:
        $ cat > foo.c
        int main() { return 0; }
        $ gcc -v foo.c

Dimitri

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 7 15:43:24 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.