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]

Re: Problems compiling when using spec file.


Hey,
*link_libgcc:
%D -L C:\MinGW\local\lwip-win32-msvc-0.1\proj\msvc6
Yes, that's correct and should work in your MinGW environment.
Whenever I try to compile, I get this error:

g++: c:/mingw/bin/../lib/gcc/mingw32/4.5.0/specs: Permission denied
Well, this error pops up if g++ cannot access your specs file. Did you try to access this file from a windows command-line? Or did you try to put this file into your home-dir?

Andi


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