Re: [Mono-dev] Mono latest built on OpenSolaris and now moving to solaris

2008-12-26 Thread pablosantosl...@terra.es
Hi Andreas, ulimit? Well, it basically fixed *everything*. Let me explain: - I installed a new OpenSolaris box, gcc and everything else. - The c code compiles perfectly but as soon as it has to run the mono binary... it breaks. It *always* says it can't find the mcs that it's not a valid

Re: [Mono-dev] Mono latest built on OpenSolaris and now moving to solaris

2008-12-24 Thread Andreas Färber
Hi Pablo, Am 23.12.2008 um 00:11 schrieb pablosantosl...@terra.es: Ok, the problem seems to be: the sem_* family methods are inside libc.so.1 on OpenSolaris and inside librt.so on Solaris 10 (after nm and ldd). So I guess I'll have to build again on Solaris 10... :-( In theory, if

[Mono-dev] Mono latest built on OpenSolaris and now moving to solaris

2008-12-22 Thread pablosantosl...@terra.es
Hi there, I (finally! :-P) was able to build mono on Solaris... Ok, in OpenSolaris. The trick was to set ulimit with: ulimit -Hs $((10*1024)) It allowed me to compile a release from SVN! Now I'm trying something different: I'd like to run on Solaris 10 too. I moved the binaries but obviously

Re: [Mono-dev] Mono latest built on OpenSolaris and now moving to solaris

2008-12-22 Thread pablosantosl...@terra.es
Ok, the problem seems to be: the sem_* family methods are inside libc.so.1 on OpenSolaris and inside librt.so on Solaris 10 (after nm and ldd). So I guess I'll have to build again on Solaris 10... :-( pablosantosl...@terra.es escribió: Hi there, I (finally! :-P) was able to build mono on