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
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(
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).
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
I\'m working on a class project in which I must write a command line shell with the following requirements:
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?
bash-2.05$ what xxx ndmpd: Product:yyy Release: Build number: unknown user-2011-87 Build date:Mon Mar 28 20:51:25 2011
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.
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
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.