LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Sysvinit compile failed (https://www.linuxquestions.org/questions/linux-from-scratch-13/sysvinit-compile-failed-26197/)

rverlander 07-20-2002 03:19 AM

Sysvinit compile failed (this=MUCH more important than others)
 
When I did make -e LDFLAGS=-static; make install for sysvinit it said:

Makefile:112: *** missing separator. Stop.
Makefile:112: *** missing separator. Stop.

Help
Thanks

linuxlastslonge 07-20-2002 03:57 PM

check the Makefile itself for errors, or do:

make -e LDFLAGS=-static\
make install

is that hyphen on static needed? that could be a contibuting variable to why it won't compile.

-matthew-

sarin 07-21-2002 06:39 AM

I think that hypen is needed.

Mik 07-22-2002 05:11 AM

It's indicating that something is wrong on line 112. It's looking for some kind of seperator which could be either a : or = or TAB or something else. Usually this happens when a command starts with spaces instead of a TAB.

And it's definetly -static


All times are GMT -5. The time now is 05:52 AM.