|
Blue Forest http://www.lslnet.com at 13:08 on August 8, 2006
Makefile, make exe after the documents have 8M how large? Why?
Sco 5.05 in the circumstances, a procedure compiler, link, the Executive 8M document unexpectedly large, I do not know why ah?
I wrote the Operation System :
CFLAGS= elf-b
LIBS= l socket -lm
APPLIBS =-L $ (HOME) /lib -lpub
OBJ= bbb.o ccc.o ddd.o
AAA : $ AAA.o (OBJ)
CC -o $ (CFLAGS) AAA AAA.o $ (OBJS) $ (APPLIBS) $ (LIBS)
I doubt it is not the translation parameters with items CFLAGS (= elf-b), do not know what role the parameters items?
Calling them in the libpub.a. So DLL in the translation, if not add items - b elf parameters.
Procedures on the wrong link, and added that several parameters items, compiler, link speed starkly incomparable, but after the implementation document translation AAA unexpectedly 8M great.
Will Big Brother help me to answer, which is how so? Such procedures run, there will be any problems with ah?
: : : : (: Cry : |
Makefile, make exe after the documents have 8M how large? Why?
AAA AAA.c CC -o not look normal? |
Makefile, make exe after the documents have 8M how large? Why?
Strip it to lose weight. |
Makefile, make exe after the documents have 8M how large? Why?
| |
|