Tag: Technology
make is quirky
So tonight I was working on my compilers project. Josh had made a Makefile for the project but it wasn’t working.
Eventually we traced the error back to a ~/ in the file. Make doesn’t like that relative path, once it was changed to the absolute path everything was peachy.
I then remember back to this past [...]
Posted: January 26th, 2005 under Linux.
Tags: Extreme Blue, Linux, Technology
Comments: none