Top "Solaris" questions

Solaris is a commercial Unix operating system sold by Oracle, previously (before 2010) from Sun Microsystems.

gcc: undefined reference to _mcount (gprof instrumentation)

When compiling my c++ sources with the -pg option to inject gprof profile instrumentation code the compile fails with the …

gcc compiler-construction profiling solaris gprof
How to make YY_INPUT point to a string rather than stdin in Lex & Yacc (Solaris)

I want my yylex() to parse a string rather than a file or standard input. How can I do it …

c solaris yacc lex
Combine files in one

Currently I am in this directory- /data/real/test When I do ls -lt at the command prompt. I get …

linux unix gzip solaris sunos
Bash: How to make short delay?

How to make a short delay (for less than a second) in bash? The smallest time unit in sleep command …

bash solaris sunos
Bash script to monitor process and sendmail if failed

I realize that I can’t reliably count on ps | grep or variants to accurately tell me what PID is …

bash unix solaris solaris-10
Tool for Library Dependency

I'm looking for the tool/command on Unix platform to detect the library dependencies of the .so and .o files. …

unix shared-libraries solaris ldd nm
Force use gcc to compile (instead of cc) in ./configure under Solaris Sparc

I want to build fossil code on Solaris. wget http://www.fossil-scm.org/index.html/tarball/tip.tar.xz tar …

gcc solaris configure fossil
Check a files Modified date and email if it has changed

I am look for a bash script that will check if a file has been modified in the last hour …

linux solaris
How do i learn default system encoding of a solaris zone?

In a solaris zone, i want to learn default system charset and collation in the terminal. I searched on google …

character-encoding solaris collation solaris-10
quickest way to count the number of files in a directory containing hundreds of thousands of files

In a solaris system that processes large numbers of files and stores their information in a database (yes i know …

perl unix count directory solaris