This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Problems compiling when using spec file.
- From: Andi Hellmund <mail at andihellmund dot com>
- To: DaMunky89 <shwankymunky at gmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sat, 22 Jan 2011 00:32:48 +0100
- Subject: Re: Problems compiling when using spec file.
- References: <30733434.post@talk.nabble.com>
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