First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Is this syntax right for converting static -> shared libs?
I've got some code someone written for converting a static library to a shared one. It's based on the GNU linker. lapack_command="ld -L"$f95_dir" -L"$SAGE_LOCAL"/lib -shared -soname liblapack.so -o liblapack.so --whole-archive liblapack.a --no-whole- arch ive -lc -lm -lf95" $lapack_command I want to conv... 19 Jul 2010 04:50
GNOME session file documentation?
HI, I'm using Gnoma with SOLARIS 10. I need some documentation about the parameters in the session file, for example: [Default] 0,id=117f000101000118020692000000055580005 0,RestartStyleHint=1 0,Program=update-notifier 0,CurrentDirectory=/home/tim 0,CloneCommand=update-notifier --sm-config-prefix /update-... 15 Jul 2010 13:11
edit a file from a script
Hi, I should not ask "can" always here more "how" I have a number of files that I like to look for the line `define SIM 0 and change it to `define SIM 1 How can I do that from a script? /michael ... 18 Jul 2010 10:31
Anyone have Solaris 2.6 Media available (needed for a Sparcbook 3)
I've just received a Sparcbook 3 running Solaris 2.3, and believe that I can run up to Solaris 2.6 on it (patches are available for the Tadpole site up to Solaris 2.6) I think I'll have much better luck getting some code up and running with 2.6 than with 2.3 (I'm particularly interested to see DEC-SRC Modula-3 runn... 16 Jul 2010 06:38
T5220 can't load specfs
Hello, we have a netbackup media server which doesn't boot anylonger after showing the symptom of showing about 30 Gbyte as used space on disk which can't be accounted for using du -sh (maybe files that were opened by an application but deleted on disk). I didn't had a chance to inspect the system beforehand. {... 15 Jul 2010 08:45
reconfiguring stripes
(Also posted to comp.sys.sun.admin) On a Solaris 9 v880 system we currently have two stripe sets (probably not the right Solaris terminology) like this (A): d50 1 4 /dev/dsk/c1t2d0s0 \ /dev/dsk/c1t3d0s0 \ /dev/dsk/c1t4d0s0 \ /dev/dsk/c1t5d0s0 d60 1 4 /dev... 15 Jul 2010 15:24
Solaris 8 and 10 producing different assembly with gcc 3.4.4
Typically, when compiling c++ programs using the same gcc 3.4.4 (identically the same compiler in a shared directory), the resulting binaries match identically between solaris 5.8 (sparc SUNW) and solaris 5.10 (sparc SUNW). However, there is exactly one section of code (out of hundreds of thousands) that produce... 15 Jul 2010 10:56
How can I determine if a static library is 32-bit or 64-bit?
If one has a shared library (foobar.so), it is easy to tell if this is a 32-bit or 64-bit library simply by using 'file'. How can I do the same with a static library? I have a maths application (linbox) which tries to link to an ATLAS static library, but fails as it reports the library is 32-bit. I doubt this is ... 14 Jul 2010 14:18
v490 -- rsc> console hangs!!
Hello, I'm trying to re-commission this v490, and when I issue the command "console" from the rsc prompt (connected via serial connection) it just hangs in there and it doesn't take me to the command prompt. Has anyone seen this before? Is there a way to force the console command? I've already tried reset... 14 Jul 2010 22:00
ssh with RBAC question
Is there a way to use ssh to become a role since I already have my ssh keys in the .ssh of the role? Basically, I need to become a role, which used to be a user, in an automated fashion, thus not supplying password, which used to work via ssh, but now that it's a role, does not. Or should I use sudo? If so... 13 Jul 2010 23:01
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16