solaris
Tokenize command line input in C
trying to take a line of text and tokenize it into a filename and arguments for execvp(). Here\'s my code, getArguments() is the broken function. Currently, trying to print arguments[0] results in a b[详细]
2023-02-22 17:11 分类:问答ppoll on solaris
this code compiles in Linux but not Solaris, because apparently ppoll() is Linux specific (I get an undefined symbol error in Solaris with GCC). Any help converting it? I don\'t think just using poll([详细]
2023-02-22 14:07 分类:问答Installation of distcc 3.1 on Sun Solaris
I am trying to install distcc 3.1 on one of the Sun Solaris platform. After extracting the files to a folder I run configure (script which basically checks the required configuration).[详细]
2023-02-22 08:16 分类:问答Solaris Compiler Making my C Code Act Weird
I am attempting to complete a college assignment, for a C Programming subject. I have completed my assignment on my MacBook and my code works perfectly as it\'s supposed to.However, we\'ve been told[详细]
2023-02-22 06:05 分类:问答Writing a command line shell with C; trying to use ncurses/C for the first time
I\'m working on a class project in which I must write a command line shell with the following requirements:[详细]
2023-02-22 05:19 分类:问答Installing Solaris Studio 12.2 in Ubuntu
I need help with installing Solaris Studio 12.2 on Ubuntu. I looked at this question already and it didn\'t help: Installing Solaris Studio 12.2?[详细]
2023-02-22 03:40 分类:问答Removal of build info for what command
bash-2.05$ what xxx ndmpd: Product:yyy Release: Build number: unknown user-2011-87 Build date:Mon Mar 28 20:51:25 2011[详细]
2023-02-20 10:52 分类:问答Building Node.JS on Solaris: "Use of <stdbool.h> is valid only in a c99 compilation environment."
I am attempting to install Node.JS on Solaris. This is out of the box Solaris 9/10 x86 (September 2010 which is most rec开发者_运维知识库ent) and using only default packages.[详细]
2023-02-18 22:25 分类:问答solaris - compile 64bit gcc - elf class error
I\'m installing a modern version of gcc on solaris. I compiled gmp, mpfr and mpc, they\'re all 64bit. When I try to configure gcc as follows I get an error complaining that mpc,mpfr and gmp are the wr[详细]
2023-02-18 05:48 分类:问答finding children processes of a particular process (UNIX)
i am requir开发者_C百科ed to produce something similar to ptree in solaris for my assignment. to do something like that i would need the child PID of the processes.[详细]
2023-02-18 02:45 分类:问答