usually the makefile will have a variable 'CC=gcc' within the first few lines, and you can just change that.
alternatively, you can always use 'make -e CC=new' to override. That's just guessing, though, you'll need to know what variable make uses to point to the compiler--if it points to one at all. -- Todd Millecam -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list
