hi I am trying to install symbian in Redhat Linux machine.I am following the steps given in the link http://gnupoc.sourceforge.net/HOWTO/ for Nokia 9210.i have win98 as dual os and configured wine as mentioned.
while running helloworld example,helloworld.armi is having a command like
--------------------------------------------------------------------------
wine -- $(EPOCROOT)/epoc32/tools/petran.exe $(EPOCBLDUREL)/HelloWorld.app $@ \
-nocall -uid1 0x10000079 -uid2 0x100039ce -uid3 0x10008ab0
$(ERASE) $(EPOCBLDUREL)/HelloWorld.app
-----------------------------------------------------------------------
it gave an error 'wine -- command not found'.so i changed the command to
-----------------------------------------------------------------------
wine $(EPOCROOT)/epoc32/tools/petran.exe $(EPOCBLDUREL)/HelloWorld.app $@ \
-nocall -uid1 0x10000079 -uid2 0x100039ce -uid3 0x10008ab0
$(ERASE) $(EPOCBLDUREL)/HelloWorld.app
---------------------------------------------------------------------------
will it make any difference in the result.
regards devi _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users