bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

binutils/dllwrap problem


From: Matt Rice
Subject: binutils/dllwrap problem
Date: Tue, 3 Jun 2003 17:55:06 -0700 (PDT)

hope this is the right list....

on this machine running windows millenium edition

$ dllwrap --driver-name gcc -o asdf 
c:\mingw\bin\dllwrap.exe: no export definition file
provided.
Creating one, but that may not be what you want
c:\mingw\bin\dllwrap.exe: installation problem, cannot
exec `gcc': No such file or directory

$ gcc -v
Reading specs from
c:/mingw/bin/../lib/gcc-lib/mingw32/3.2/specs
Configured with: ../gcc/configure --with-gcc
--with-gnu-ld --with-gnu-as --host=mingw32
--target=mingw32 --prefix=/mingw --enable-threads
--disable-nls --enable-languages=f77,c++,objc,ada
--disable-win32-registry --disable-shared
Thread model: win32
gcc version 3.2 (mingw special 20020817-1)

passing no driver-name and passing the full path to
driver-name works, but seems unsatisfactory for things
like make where the suggested rule is like dllwrap
--driver-name $(CC) 

$ dllwrap -o asdf
c:\mingw\bin\dllwrap.exe: no export definition file
provided.
Creating one, but that may not be what you want

$ dllwrap --driver-name "c:\mingw\bin\gcc" -o asdf
c:\mingw\bin\dllwrap.exe: no export definition file
provided.
Creating one, but that may not be what you want

i've made sure that c:\mingw\bin is in my windows
path, in case that was the issue, didn't seem to help

google only found 2 hits neither of them seem to be
resolved
i'm suspecting it's a problem with winME, I guess I
could spend time figuring this out if there isn't an
issue with my machine's configuration.   

-matt

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]