I have done a full and clean build to make certain.  They are not redefined
as such by MinGW.  I went ahead and submitted the change I suggested in my
email.  Please review it and give feedback if needed.

Thanks, GC


On Fri, Jul 25, 2014 at 7:12 AM, Yavor Doganov <[email protected]> wrote:

> В Fri, 25 Jul 2014 06:56:12 -0400, Gregory Casamento написа:
>
> > While trying to test something on Windows, I ran into this issue:
> >
> >  Compiling file GSFFIInvocation.m ...
> >  Linking library libgnustep-base ...
> > Creating library file: ./obj/libgnustep-base.dll.a
> > obj/libgnustep-base.obj/NSData.m.o: In function `readContentsOfFile':
> > C:\GNUstep\msys\1.0\home\gregc_000\Development\gnustep\core\base\Source/
> NSData.m
> > :181: undefined reference to `fseeko'
> > C:\GNUstep\msys\1.0\home\gregc_000\Development\gnustep\core\base\Source/
> NSData.m
> > :193: undefined reference to `ftello'
> > C:\GNUstep\msys\1.0\home\gregc_000\Development\gnustep\core\base\Source/
> NSData.m
> > :204: undefined reference to `fseeko'
> > collect2: ld returned 1 exit status
>
> Have you (re)run configure? If fseeko/ftello are not implemented, they
> should be defined to fseek/ftell accordingly.
>
> I have not tested this on Windoze.
>
>
> _______________________________________________
> Discuss-gnustep mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/discuss-gnustep
>



-- 
Gregory Casamento
Open Logic Corporation, Principal Consultant
yahoo/skype: greg_casamento, aol: gjcasa
(240)274-9630 (Cell)
http://www.gnustep.org
http://heronsperch.blogspot.com
_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to