What libraries to build/link against on SunOS do you suggest?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
tty
Reply | Threaded
Open this post in threaded view
|

What libraries to build/link against on SunOS do you suggest?

tty
 
Howdy all.


While getting Squeak running on OpenIndiana/SunOS is a low priority, it would be kinda neat if its just a matter of flags and linking.
OpenIndiana does not have the GNU libs installed by default (i.e. cannot find math.h--which I believe is pretty standard/basic stuff)

OI/SunOS has this package tool where several C development libraries are available for install:

gcc-3
gcc-3-runtime
gcc-43
gcc-dev-4
gcc-libgcc
gcc-libgomp
gcc-libssp
illumos-gcc
konkretcmpi
sunstudio12u1   (Sun Studio C,C++ etc compilers and Tools
sunstudioexpress


Any suggestions?

thx

tty
Reply | Threaded
Open this post in threaded view
|

Re: What libraries to build/link against on SunOS do you suggest?

Andreas Wacknitz
 
tty,

your installation doesn’t seem complete for development purposes.
math.h belong to package system/library/math/header-math.

I recommend to install the package „build-essential“. That should give you almost all you need:
pkg install build-essential
When I compiled the pharo-vm I also needed the package „SUNWaudh“. I don’t know whether
you will need that package, too.

Good luck,
Andreas


Am 27.05.2014 um 21:42 schrieb gettimothy <[hidden email]>:

Howdy all.


While getting Squeak running on OpenIndiana/SunOS is a low priority, it would be kinda neat if its just a matter of flags and linking.
OpenIndiana does not have the GNU libs installed by default (i.e. cannot find math.h--which I believe is pretty standard/basic stuff)

OI/SunOS has this package tool where several C development libraries are available for install:

gcc-3
gcc-3-runtime
gcc-43
gcc-dev-4
gcc-libgcc
gcc-libgomp
gcc-libssp
illumos-gcc
konkretcmpi
sunstudio12u1   (Sun Studio C,C++ etc compilers and Tools
sunstudioexpress


Any suggestions?

thx

tty

tty
Reply | Threaded
Open this post in threaded view
|

Re: What libraries to build/link against on SunOS do you    suggest?

tty
 
Hi Andreas.


your installation doesn’t seem complete for development purposes.
math.h belong to package system/library/math/header-math.

I recommend to install the package „build-essential“. That should give you almost all you need:
pkg install build-essential
When I compiled the pharo-vm I also needed the package „SUNWaudh“. I don’t know whether
you will need that package, too.

Thanks, I will give it a try next time I boot to SunOS. 

Cheers.

tty