https://sourceware.org/bugzilla/show_bug.cgi?id=33199
--- Comment #3 from Indu Bhagat <indu.bhagat at oracle dot com> --- Ugh, the error is crippling in many ways: built in linker script:0: syntax error Any inputs appreciated. $ ld -shared sort.o bubble_sort.o -o temp.so ld:built in linker script:0: syntax error $ ld -V GNU ld (GNU Binutils) 2.45.50.20250723 Supported emulations: elf_x86_64_sol2 elf_x86_64 elf_i386_sol2 elf_i386_ldso elf_i386 elf_iamcu ld:built in linker script:0: syntax error $ ld -shared -m elf_x86_64_sol2 sort.o bubble_sort.o -o temp.so ld:built in linker script:0: syntax error $ which ld /home/ibhagat/BINUTILS/install/bin/ld -- You are receiving this mail because: You are on the CC list for the bug.