I have a structure of C++ .so file like this: (dynamic library)
Folder 1 (.d and .o extention files) Folder 2 (.d and .o extention files) Folder 3 (.d and .o extention files) processsignal.so makefile objects sources... Do you guys know how to compile and run the files above, I tried to compile .so and also ran the makefile, however it remains an error:
make: make: Nothing to be done for `Cartographie/ProcessingFit.d'. Compiling by G++ :
g++ libsignalProcessing.so /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crt1.o: In function `_start': (.text+0x18): undefined reference to `main' collect2: ld returned 1 exit status
mainfunction, but until you clarify what you are doing, it can't be really said how to fix it. Oh, and mention your build system (is it automake? or cmake? or just plain hand-written makefiles?)