Re: [OpenIndiana-discuss] undefined symbol __gnu_cxx::__pool::_M_reserve_block(unsigned int, unsigned int)

2013-11-01 Thread James Carlson
On 11/01/13 13:46, Tim Mooney wrote: > In regard to: Re: [OpenIndiana-discuss] undefined symbol > __gnu_cxx::__pool<...: > >>> 1) You're trying to create a shared library and some of your object >>> files >>> didn't get compiled with the PIC flag (is it still -fpic for gcc? I >>> typicall

Re: [OpenIndiana-discuss] undefined symbol __gnu_cxx::__pool::_M_reserve_block(unsigned int, unsigned int)

2013-11-01 Thread Tim Mooney
In regard to: Re: [OpenIndiana-discuss] undefined symbol __gnu_cxx::__pool<...: 1) You're trying to create a shared library and some of your object files didn't get compiled with the PIC flag (is it still -fpic for gcc? I typically use Sun Studio, which uses a different flag) I never

Re: [OpenIndiana-discuss] undefined symbol __gnu_cxx::__pool::_M_reserve_block(unsigned int, unsigned int)

2013-11-01 Thread Apostolos Syropoulos
> 1) You're trying to create a shared library and some of your object files >     didn't get compiled with the PIC flag (is it still -fpic for gcc?  I >     typically use Sun Studio, which uses a different flag) I never use Sun Studio since one cannot compile anything with it. BTW, I had tried

[OpenIndiana-discuss] Got this working snv_134 dom0 with oi-151a7 domu

2013-11-01 Thread Karl Rossing
I'm able to install oi domu on snv_134 dom0 using pfexec zfs create -V 60G vpool/host/oi-dev-151a7 pfexec virt-install --name "oi-dev-151a7" --ram 8192 --nographics --paravirt --vcpus=1 --os-type=solaris --os-variant=opensolaris -l /tmp/oi-dev-151a7-text-x86.iso --disk path=/dev/zvol/dsk/

Re: [OpenIndiana-discuss] OI installer

2013-11-01 Thread Alexander Eremin
In text-install iso this is /usr/bin/text-install Alexander > On 01 нояб. 2013 г., at 15:52, Jim Klimov wrote: > > Hello all, > > Can someone please point me (in the live image programs/files/scripts > or in the sources which make up an OI live image) where does the file > installer per se b

[OpenIndiana-discuss] OI installer

2013-11-01 Thread Jim Klimov
Hello all, Can someone please point me (in the live image programs/files/scripts or in the sources which make up an OI live image) where does the file installer per se begin? I do hope that it is a separately callable method or program (not strictly a private routine in Caiman), right? :) Th