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, AmancioReceived on Monday, 16 June 1997 18:18:42 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:24:21 GMT