Hi Tobias, Try this experiment: mkdir src vi src/Foo.c (put in something simple: int foo() { return 3; } ) gcc -c src/Foo.c Does the Foo.o end up in your current working directory, or in src/Foo.o? HTH, --Eljay
Hi Tobias, Try this experiment: mkdir src vi src/Foo.c (put in something simple: int foo() { return 3; } ) gcc -c src/Foo.c Does the Foo.o end up in your current working directory, or in src/Foo.o? HTH, --Eljay