I checked for remnants (source, *.ppu, .o) of the previous installation attempts but found nothing. Probably because I had removed the entire directory after the failed installs. I tried again and created the directory
/home/rat/programs/lazarus/components. I placed the contents of TAGraph.zip into this directory. This included a new directory
TAGraph which has two subdirectories:
Component and
Example.
In the
TAGraph directory was a readme.txt file. To my surprise the readme.txt had different instructions than those specified on the TAGraph website (see my first post), which I had been following. The new instructions were the same except that now, after opening the ta.lpk file, you are told to "Click on Compile" then "Click on Install". The website instructions said
(Click on Compile only if you don't want to install the component into the IDE)
I was not clicking on "Compile" because I
did want to install the component into the IDE.
Following the new instructions, I encountered a new problem after clicking on "Compile". The compiler couldn't find tagraph.pas ! Examining the
Component directory I found TAGraph.pas, that was using some uppercase characters. So I renamed this file using all lowercase to "tagraph.pas" and started over. This time everything worked and the IDE now contains the icon for tagraph :!: Whew, this was exhausting. But I enjoyed the challenge. I especially appreciate the thoughtful replies to my questions which helped me look at all the possible angles. Thanks again!