[erlang-questions] Proper way to build 64-bit R12B-3 on solaris10/opensolaris

Anders Nygren anders.nygren@REDACTED
Thu Aug 28 22:20:30 CEST 2008


On Thu, Aug 28, 2008 at 1:48 PM, Paul Fisher <pfisher@REDACTED> wrote:
> What is the supported way to build a 64-bit R12B-3 on Solaris
> 10/OpenSolaris?
>
> I'm asking because I have gotten a version to work, by specifying
> CC='gcc -m64' LD=$CC when configuring, and then fixing up the @DED_LD@
> things in the common_test rx driver by hand.  This has worked fine for a
> large variety of things including our own linked-in drivers.
> Unfortunately today I discovered that they way the the crypto_drv gets
> built it does not work correctly doesn't load.
>
> Any direction on the "right way" to build 64-bit version for solaris, or
> what others have done would be appreciated.
>

I had a similar problem with Solaris 9 some time ago, I solved it by upgrading
to newer version of gcc.

/Anders

>
> --
> paul
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list