This is the mail archive of the gcc-bugs@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]

[Bug libgcj/40947] Invalid flag usage: Wl,-rpath, -Wx,-option must appear after -_SYSTYPE_SVR4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40947

--- Comment #13 from Rainer Orth <ro at gcc dot gnu.org> 2011-07-19 12:11:27 UTC ---
One other possible problem: please avoid relative pathnames to configure and
an object directory that is a subdir of the source tree.  Better do (say)

mkdir /vol/gcc/obj/gcc-4.6.1
cd /vol/gcc/obj/gcc-4.6.1
/vol/gcc/src/gcc-4.6.1/configure <options>


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