I am currently having problems compiling with the following line:
gcc test.c -I/usr/include -L/lib -lipc -lpcd -lrt -o /home/examples/bin/test
I was suggested to group them using start-group and end-group.
I am not able to get the proper syntax.
I think i need this part, but what do the whole line look like?
-Wl,--start-group -lipc -lpcd -lrt -Wl,--end-group