non-completed string compile crash
Status: Alpha
Brought to you by:
dvdfrdmn
pirahna@pisem.net
i'm trying to compile the file attached. the result is an error message and long uninterruptible hdd use.
conditions:
Ubuntu 8.04.1, gnome, compilation from gvim using makefile
DCC=gdc
OPT=-O2 -s
OBJ=linesplit.o
TARGET=ofcorr
%.o : %.d
$(DCC) $(OPT) -c $< -o $@
all: $(OBJ)
$(DCC) $(OPT) $(OBJ) -o $(TARGET)
clean:
rm -f $(OBJ) $(TARGET)
rebuild: clean all
run: all
./$(TARGET)
I was able to stop hdd use process by terminating Xorg.
source file