Re: Amaya doesn't use TCP/IP on IRIX

Try this :
mkdir ~/.amaya/1
mkdir ~/.amaya/2
mkdir ~/.amaya/3


Now try to lookup any remote url http://.....

If amaya loads the page , the problem then is in init.c :

{hasty} diff -c init.c~ init.c
*** init.c~     Wed May 21 04:54:42 1997
--- init.c      Sun Jun 15 14:02:01 1997
***************
*** 882,888 ****
  #            endif /* _WINDOWS */
             strcpy (tempdocument, tempdir);
             strcat (tempdocument, documentname);
!            if (doc != newdoc)
               {
  #                 ifndef _WINDOWS
                  tmp_fp = fopen (tempdir, "r");
--- 882,888 ----
  #            endif /* _WINDOWS */
             strcpy (tempdocument, tempdir);
             strcat (tempdocument, documentname);
!            if (doc == newdoc)
               {
  #                 ifndef _WINDOWS
                  tmp_fp = fopen (tempdir, "r");

----

	Enjoy,
	Amancio

Received on Monday, 16 June 1997 18:18:42 UTC