System functions are defined multiple times: Consider the possibility of having a main function in more than one place
===================================================================================================
(. fini+0x0): ' _fini ' is defined multiple times
/usr/lib/gcc/x86_64-linux-gnu/4.8/.. /.. /.. /X86_64-LINUX-GNU/CRTI.O: (. fini+0x0): For the first time in this definition
OBJ/FK.O: In the function ' Data_start ':
(. data+0x0): ' __data_start ' is defined multiple times
/usr/lib/gcc/x86_64-linux-gnu/4.8/.. /.. /.. /X86_64-LINUX-GNU/CRT1.O: (. data+0x0): For the first time in this definition
OBJ/FK.O: In the function ' Data_start ':
(. data+0x8): ' __dso_handle ' is defined multiple times
/USR/LIB/GCC/X86_64-LINUX-GNU/4.8/CRTBEGIN.O: (. data+0x0): For the first time in this definition
OBJ/FK.O: (. rodata+0x0): ' _io_stdin_used ' is defined multiple times
/usr/lib/gcc/x86_64-linux-gnu/4.8/.. /.. /.. /X86_64-LINUX-GNU/CRT1.O: (. rodata.cst4+0x0): For the first time in this definition
OBJ/FK.O: In the function ' _start ':
(. text+0x0): ' _start ' is defined multiple times
/usr/lib/gcc/x86_64-linux-gnu/4.8/.. /.. /.. /x86_64-linux-gnu/crt1.o:/build/eglibc-mjixcm/eglibc-2.19/csu/.. /sysdeps/x86_64/start. s:118: For the first time in this definition
OBJ/FK.O: In the function ' _init ':
(. init+0x0): ' _init ' is defined multiple times
/usr/lib/gcc/x86_64-linux-gnu/4.8/.. /.. /.. /x86_64-linux-gnu/crti.o:/build/eglibc-mjixcm/eglibc-2.19/csu/.. /sysdeps/x86_64/crti. S:64: For the first time in this definition
OBJ/MAIN.O: In function ' main ':
MAIN.C: (. text+0x0): ' main ' is defined multiple times
OBJ/FK.O: (. text+0x3f7): For the first time in this definition
/USR/LIB/GCC/X86_64-LINUX-GNU/4.8/CRTEND.O: (. tm_clone_table+0x0): ' __tmc_end__ ' is defined multiple times
OBJ/FK.O: (. data+0x10): For the first time in this definition
/USR/BIN/LD: Error occurred in OBJ/FK.O (. eh_frame);. EH_FRAME_HDR table is not created.
Collect2:error:ld returned 1 exit status
MAKE[1]: * * * [main] Error 1
MAKE[1]: Leaving directory '/home/immo/ws_c/ik-kinova '
Make: * * * * [EXETC] Error 2
==============================================================================================================
Custom functions are defined multiple times: consider that a file may have generated multiple target files
F95-c Dgeco.f-o. /obj/dgeco.o
F95-c Dgeco.f-o. /obj/fk.o
==============================================================================================
OBJ/FK.O: In the function ' Dscal_ ':
DGECO.F: (. text+0x0): ' Dscal_ ' is defined multiple times
OBJ/DGECO.O:DGECO.F: (. text+0x0): For the first time in this definition
OBJ/FK.O: In the function ' dasum_ ':
DGECO.F: (. text+0x2b8): ' dasum_ ' is defined multiple times
OBJ/DGECO.O:DGECO.F: (. text+0x2b8): For the first time in this definition
OBJ/FK.O: In the function ' Daxpy_ ':
DGECO.F: (. text+0x56f): ' daxpy_ ' is defined multiple times
OBJ/DGECO.O:DGECO.F: (. text+0x56f): For the first time in this definition
OBJ/FK.O: In the function ' Ddot_ ':
DGECO.F: (. text+0x8c1): ' ddot_ ' is defined multiple times
OBJ/DGECO.O:DGECO.F: (. text+0x8c1): For the first time in this definition
OBJ/FK.O: In the function ' Dgefa_ ':
DGECO.F: (. text+0xbed): ' Dgefa_ ' is defined multiple times
OBJ/DGECO.O:DGECO.F: (. text+0xbed): For the first time in this definition
OBJ/FK.O: In the function ' Idamax_ ':
DGECO.F: (. text+0xff9): ' idamax_ ' is defined multiple times
OBJ/DGECO.O:DGECO.F: (. text+0xff9): For the first time in this definition
OBJ/FK.O: In the function ' Dgeco_ ':
DGECO.F: (. text+0x1195): ' dgeco_ ' is defined multiple times
OBJ/DGECO.O:DGECO.F: (. text+0x1195): For the first time in this definition
OBJ/UTILS.O: In the function ' Getposematrix ':
UTILS.C: (. text+0x4af): References not defined for ' fk_ '
Collect2:error:ld returned 1 exit status
MAKE[1]: * * * [main] Error 1
MAKE[1]: Leaving directory '/home/immo/ws_c/ik-kinova '
Make: * * * * [EXETC] Error 2
=====================================================================================================