[comp.lang.icon] Amiga Icon v7.5 trouble

talmage@lti.UUCP (David Talmage) (08/23/89)

                       Icon Trouble Report



Name                     David W. Talmage

Address                  P. O. Box 8848

                         Salem, MA 01971-8848


Telephone                (617) 894-4939 (home)

Electronic mail address  talmage@lti.uucp, talmage@luvthang.uucp

Icon version             7.5

Computer                 Amiga

Operating system         AmigaDOS 1.3

Date                     22 August, 1989


Description of the problem:

Icont cannot resolve references to files in any directory but the current one.
This happens regardless of the value of IPATH.


Example program:

link "DH0:icon/ipl/procs/dt-strutil"	# icont can't find this.
link "dt-strutil"			# If this is in the current
					# directory, then icont does find
					# it.

procedure main()

local c

  c := "a"
  c := upper_case( c )

  write( c )

end



Attach additional information, listings, enclose source code,
etc., as appropriate. Send to:

        Icon Project
        Department of Computer Science
        Gould-Simpson Building
        The University of Arizona
        Tucson, AZ   85721
        U.S.A.
        (602) 621-2018
        icon-project@arizona.edu     (Internet)
        ... {uunet, allegra, noao}!arizona!icon-project     (uucp)




IPD46a                                               June 2, 1989