Hello,
I have a CML program, using obj-c and foundation. Everything works fine under my Mac, even on the command line. There are no compilation errors or runtime errors.
gcc -framework Foundation -Wall classA.m classB.m -o programmeName
Now I have to compile this programme under linux for a colleague. He installed gnustep and foundation libraries (Ubuntu), however he still gets an error if he runs the above command:
gcc: Foundation: No such file or directory
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
All help is appreciated.
I have a CML program, using obj-c and foundation. Everything works fine under my Mac, even on the command line. There are no compilation errors or runtime errors.
gcc -framework Foundation -Wall classA.m classB.m -o programmeName
Now I have to compile this programme under linux for a colleague. He installed gnustep and foundation libraries (Ubuntu), however he still gets an error if he runs the above command:
gcc: Foundation: No such file or directory
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
All help is appreciated.