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

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -