Re: dlpreopen bug with cygwin

2001-06-08 Thread Gary V . Vaughan
On Tuesday 05 June 2001 3:35 pm, Robert Collins wrote: > dlpreopen generates a list of symbols - say > > extern char _imp__free; > > extern char nothing; > extern char printf; > extern char realloc; > > from the source library - cyghello-2.dll > > "nothing" here should be extern __declspec(dllim

dlpreopen bug with cygwin

2001-06-05 Thread Robert Collins
dlpreopen generates a list of symbols - say extern char _imp__free; extern char nothing; extern char printf; extern char realloc; from the source library - cyghello-2.dll "nothing" here should be extern __declspec(dllimport) char nothing; "_imp__free" shouldn't be present, because the actual s