Re: PRIVATE flag sends dllwrap for a loop.

2003-11-26 Thread Alexandre Julliard
Steven Edwards <[EMAIL PROTECTED]> writes: > Every binutils I try for mingw gives me this problem. I have not been > able to find documentation for the private flag for binutils either. I > guess I can build it from CVS but do the function have to be marked as > private? I have been using WINE dll

Re: PRIVATE flag sends dllwrap for a loop.

2003-11-26 Thread Steven Edwards
--- Alexandre Julliard <[EMAIL PROTECTED]> wrote: > Steven Edwards <[EMAIL PROTECTED]> writes: > > > This is a problem I have had for a while building WINE dlls for use > on > > Windows and ReactOS. When linking the dlls dllwrap always complains > > that it cant find the symbol private that is add

Re: PRIVATE flag sends dllwrap for a loop.

2003-11-20 Thread Alexandre Julliard
Steven Edwards <[EMAIL PROTECTED]> writes: > This is a problem I have had for a while building WINE dlls for use on > Windows and ReactOS. When linking the dlls dllwrap always complains > that it cant find the symbol private that is added to the .def file. You probably need to upgrade your binuti

PRIVATE flag sends dllwrap for a loop.

2003-11-20 Thread Steven Edwards
Hello, This is a problem I have had for a while building WINE dlls for use on Windows and ReactOS. When linking the dlls dllwrap always complains that it cant find the symbol private that is added to the .def file. When I remove this symbol and rebuild my import libs and dlls I dont have any proble