I am building .so library and was wondering - what is the differenc开发者_JAVA技巧e b/w -hand -occ complier option (using the Sun Studio C++) ?
Is there any way I can cross-compile C/C++ code for Windows (XP, Vista, Win7), ideally in 64-bit as well as 3开发者_开发技巧2-bit (for Vista and Win7), from a Solaris or OpenSolaris setup? My codebase
How do I find what version of开发者_JS百科 GTK I have installed on a Solaris box?Find the header gtkversion.h and look what it defines:
I want to create tar file with all the output files resulting from executing find command. I tr开发者_如何学Pythonied the following command:
I\'m running 64-bit Solaris 10, and I have self-compiled Perl 5.10 and Postgresql 8.4.1 installed in /usr/local, both 64 bits.开发者_StackOverflow Solaris came with 32-bit Postgresql 8.1.4 installed i
On Linux, I use 开发者_JS百科stat --format="%s" FILE, but the Solaris machine I have access to doesn\'t have the stat command. What should I use then?
In Solaris, what is the syntax of find command to find files having multiple file name formats? Eg: In my current directory and in its sub-directories if I have files like test.log, sample.out, demo.
I have already createdrpm file for my application. It works fine for Fedora linux. also the same worke开发者_JS百科d fine for linux mint. But Solaris does not support rpm. So how to create installer p
I have a db in production where all of my tables are using utf8 / utf8_general_ci encoding. This is basically wor开发者_运维知识库king fine except in one scenario.
I have an application written in C on Solaris that I have to port to Windows XP. I would like to know that what are the libraries availabe t开发者_JS百科o achieve this task.