gcc - libgcc_s.a error when passing options to linker from GDC -
i trying pass options linker (ld) through gdc using either -xlinker or -wl , every time try fails, error message being "cannot find -lgcc_s", , using gdc -wl,-verbose=99 have discovered looking libgcc_s.a
attempt open /usr/lib/gcc/x86_64-linux-gnu/5/libgcc_s.a failed
the failures when attempting open libgcc_s.a
. went looking lib in specified folder, not exist, in fact, not exist anywhere on computer, @ all. there reason doesn't exist? need able pass options linker gdc. trying gcc produces same error. know can find lib? or workaround problem, said, using gdc need able pass options linker.
cheers.
Comments
Post a Comment