SOLVED!!!
Me respondo yo mismo:
ld -dynamic-linker=/lib/ld-linux.so.2 -g -o objeto objeto.o
Extraido del libroProfessional Assembly Language deRichard Blum
"To solve this problem, you must also specify the program that will load the dynamic library at runtime.
For Linux systems, this program is ld-linux.so.2 , normally found in the /lib directory. To specify
this program, you must use the -dynamic-linker parameter of the GNU linker"
Saludos.
insallah
Me respondo yo mismo:
ld -dynamic-linker=/lib/ld-linux.so.2 -g -o objeto objeto.o
Extraido del libroProfessional Assembly Language deRichard Blum
"To solve this problem, you must also specify the program that will load the dynamic library at runtime.
For Linux systems, this program is ld-linux.so.2 , normally found in the /lib directory. To specify
this program, you must use the -dynamic-linker parameter of the GNU linker"
Saludos.
insallah