[Vm-dev] Link error

Gwenaël Casaccio mrgwen at gmail.com
Sat Apr 26 14:47:53 UTC 2008


There is also a strange behavior in the makefile it's certainly me but
I've seen that make creates the gnu-interp.c but it doesn't compile
gnu-interp.c but when I exec make Squeak.exe gnu-interp.c is compiled
but I've also the link errors :s

On Sat, Apr 26, 2008 at 3:47 PM, Gwenaël Casaccio <mrgwen at gmail.com> wrote:
> I've tried to regenerate the entire code but I've got the same error :
>
>  gcc -mwindows -o ./obj/vm/Squeak.exe ./obj/vm/sqWin32Alloc.o ./obj/vm/sqWin32Arg
>  s.o ./obj/vm/sqWin32DirectInput.o ./obj/vm/sqWin32Directory.o ./obj/vm/sqWin32Ex
>  ports.o ./obj/vm/sqWin32ExternalPrims.o ./obj/vm/sqWin32GUID.o ./obj/vm/sqWin32I
>  ntel.o ./obj/vm/sqWin32PluginSupport.o ./obj/vm/sqWin32Prefs.o ./obj/vm/sqWin32S
>  ervice.o ./obj/vm/sqWin32Stubs.o ./obj/vm/sqWin32Utils.o ./obj/vm/sqWin32Window.
>  o ./obj/vm/version.o ./obj/vm/sqNamedPrims.o ./obj/vm/sqVirtualMachine.o ./obj/v
>  m/Squeak.exp ./obj/vm/resource.o  -lddraw -ldinput -lopengl32 -lwsock32 -lcomdlg
>  32 -lole32 -lwinmm -lversion -luser32 -lgdi32 -lkernel32 -lcrtdll
>  ./obj/vm/sqWin32Args.o: In function `IsImage':
>  //C/SqueakVM/platforms/win32/build/../../win32/vm/sqWin32Args.c:26: undefined re
>  ference to `sqImageFileOpen'
>  //C/SqueakVM/platforms/win32/build/../../win32/vm/sqWin32Args.c:28: undefined re
>  ference to `sqImageFileRead
>  ...
>
>  Gwenael Casaccio
>
>  On Fri, Apr 25, 2008 at 4:59 PM, Igor Stasenko <siguctua at gmail.com> wrote:
>  >
>  > Seems like you forgot to generate VM sources with VMMaker.
>  >
>  >  2008/4/25 Gwenaël Casaccio <mrgwen at gmail.com>:
>
>
> >  >
>  >  > I patch the vm with the callback plugin but i can compile squeak with
>  >  >  this patch under linux.
>  >  >
>  >  >  I send the output on the attached file.
>  >  >
>  >  >  On Fri, Apr 25, 2008 at 3:49 PM, Mathieu Suen <mathk.sue at gmail.com> wrote:
>  >  >  >
>  >  >  >  Hi,
>  >  >  >
>  >  >  >  Send us the output.
>  >  >  >
>  >  >  >
>  >  >  >
>  >  >  >  On Apr 25, 2008, at 3:32 PM, Gwenaël Casaccio wrote:
>  >  >  >
>  >  >  >
>  >  >  > >
>  >  >  > > Hi,
>  >  >  > >
>  >  >  > > I've a problem when I try to compile squeak to windows xp, when the
>  >  >  > > makefile try to create the squeak.exe it fails due to link error. Do
>  >  >  > > you have any idea of the problem ?
>  >  >  > >
>  >  >  > > Cheers
>  >  >  > > Gwenael Casaccio
>  >  >  > >
>  >  >  >
>  >  >  >         Mth
>  >  >  >
>  >  >  >
>  >  >  >
>  >  >  >
>  >  >  >
>  >  >
>  >  >
>  >
>  >
>  >
>  >  --
>  >  Best regards,
>  >  Igor Stasenko AKA sig.
>  >
>  >
>


More information about the Vm-dev mailing list