This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Adding -R to specs, need assistance


I'd like to add -R/gcc/install/path/lib to a specs file
per:

http://gcc.gnu.org/faq.html#rpath

So that our users do not have to specify -R (or -Xlinker -rpath)
options in order to simply get gcc or c++ to find libgcc_s.so
or libstdc++.so (sigh...)

Could I get a little bit more information on how to do this?

I've done a 'gcc -dumpspecs > specs' but cannot really figure
out the syntax of the file or where exactly the option should
go.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]