Web Hosting Talk







View Full Version : Error in Makefile!?


WoodShedd
07-08-2002, 10:56 PM
I was trying to make install an application and it was ok for awhile and then:


Making install in src
"Makefile", line 245: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1


what does that mean?

Thanks for any help

JTY
07-09-2002, 12:29 AM
The Makfile is possibly corrupt. Line 245 may be missing a ; at the end of the line.

WoodShedd
07-09-2002, 01:05 AM
Would seeing the makefile help?

JTY
07-09-2002, 01:50 AM
Yeah. What program is it? And, I'll go download it.

WoodShedd
07-09-2002, 02:03 AM
It's a program I'm using to convince my customers to choose better username/password combos.

http://kapheine.hypa.net/authforce/

Thanks for the help