Search Results

Search: Posts Made By: wolfhurt
Forum: Solaris 02-26-2009
2,787
Posted By wolfhurt
Solaris 9 lroundf errors
When I want to install some softwares from source with gcc/4.3 on a sparc solaris 9

I always have errors like this one : (example with lapack-3.2)

../../lapack_SUN4.a(slacn2.o): In function...
Forum: Solaris 10-09-2008
3,199
Posted By wolfhurt
Compile Scilab 5.0.2 on Solaris 9
Hello,

I'm trying to build scilab 5.0.2 on a Solaris 9 Sparc
After more than one hour of compiling, this error msg appear, what could be the problem? if you need any more info i'm here.

Thanks...
Forum: Solaris 10-07-2008
5,731
Posted By wolfhurt
ldd output
Hello,

$ldd /usr/lib/libdl.so.1
give nothing in output/ Is this library ok ?

*ldd <other_lib.so>
libz.so.1 => /<custom_path>/libz.so.1
libz.so.1 (SUNW_1.1) => not found

with this...
17,931
Posted By wolfhurt
oh thanks a lot it works fine :b: ...
oh thanks a lot it works fine :b:


#!/usr/bin/ksh

printf "%-15s %-20s %-20s\n" "Name" "Age" "Site" "----" "---" "----"
printf "\033[34m"
printf "%-15s" "Bob Actor"
printf "\033[31m"
printf...
17,931
Posted By wolfhurt
KSH printf: columns and colors
Ih all,

I need to make a ksh script with colors, it is possible with printf to combine column and colors ? i seem not working, I think i dont doing the good thing:

printf -n "%-15s %-20s...
3,037
Posted By wolfhurt
KSH Setting multiples variables with an array
ih all,


[...]
info=$(get_Info $daemon)
# $info give :
# "ev20 8800 TTIOGC 12345 astos EDITEUR 0 0 . ."

server=$(echo $info | cut -d" " -f1)
...
12,399
Posted By wolfhurt
. thescript dont work in ksh, my script is on the...
. thescript dont work in ksh, my script is on the same directory

but . ./thescript work for sourcing in same directory

thank you
12,399
Posted By wolfhurt
import var and function from ksh script to another ksh script
Ih all,
i have multiples ksh scripts for crontab's unix jobs
they all have same variables declarations and some similar functions

i would have a only single script file to declare my variables,...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 10:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy