Marcus Clyne <maccaday@xxxxxxxxx> writes: > I'm trying to create a shared object file calling GCC using execvp, > but am getting some errors. Do you get the same errors when you just run gcc from the command line? If not, then you need to figure out what you are doing differently in your invocation of execvp. Ian