Closed cibersheep closed 23 hours ago
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 complains about libFile definition, I've read that adding externto the second definition should fix this
extern
gcc -o ngpc condacto.o errores.o generar.o lexico.o objetos.o procesos.o salidas.o sintacti.o cjs.o textos.o vocabula.o cfgvars.o /usr/bin/ld: generar.o:(.bss+0x20): multiple definition of `libFile'; condacto.o:(.bss+0x3000): first defined here collect2: error: ld returned 1 exit status
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 complains about libFile definition, I've read that adding
extern
to the second definition should fix this64