ulimit -d `ulimit -aH | grep data | cut -c 29-`
ulimit -s `ulimit -aH | grep stack | cut -c 29-`

on Tru64 5.1 should max out your memory limits.  man ulimit
for more information

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, June 09, 2001 1:35 PM
> To: [EMAIL PROTECTED]
> Subject: Re: compiling for digital unix
> 
> 
> 
> You should get the latest sources from CVS for tru64.  There are some
> linker options that will resolve the segfaults, although 
> there are still
> some problems.
> 
> I've been trying to work on it, but I can't get a debug library built
> because the linker runs out of memory.  Hopefully, I'll be 
> able to resolve
> the problems with the next couple of weeks.
> 
> Dave
> 
> 
> 
>                                                               
>                                                     
>                     Cameron McCormack                         
>                                                     
>                     <[EMAIL PROTECTED]        To:     
> [EMAIL PROTECTED]                                     
>                     sh.edu.au>               cc:     (bcc: 
> David N Bertoni/CAM/Lotus)                             
>                                              Subject:     Re: 
> compiling for digital unix                          
>                     06/09/2001 04:58                          
>                                                     
>                     AM                                        
>                                                     
>                     Please respond to                         
>                                                     
>                     xalan-dev                                 
>                                                     
>                                                               
>                                                     
>                                                               
>                                                     
> 
> 
> 
> Hi James.
> 
> James Herro:
> > several months ago we did a quick port to tru64 with g++. 
> we got things
> to
> > compile but never did much testing.
> > These were the compiler options we used:
> > [...]
> 
> Thanks for that.  Though unfortunately I haven't been able to 
> get it to
> work properly yet.  Everything compiles ok when I use cxx 
> (well, mostly;
> I had to change a couple of things to get it to compile 
> without errors),
> but then if I try to run a program that uses the xalan 
> library, it just
> segfaults.  The xerces library works fine though.
> 
> If I try to use g++, my g++ gives an "Internal compiler error" at some
> point, so I dunno what's going on there.
> 
> *sigh*
> 
> Maybe I'll have to resort to using the Java version (even though it'll
> be many times slower...)
> 
> Cameron
> 
> --
> Cameron McCormack     [  e-mail :: [EMAIL PROTECTED]  
>          ]
> Melbourne, Australia  [     web :: 
> http://yoyo.cc.monash.edu.au/~clm/  ]
>                       [     icq :: 26955922                   
>          ]
> 
> 
> 
> 

Reply via email to