Search squid archive

Re: error during make

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Alex Rousskov wrote:

On Mon, 2007-08-13 at 10:41 +0700, zen wrote:

here is the output,i hope i type it correctly

core# g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -D_REENTRANT -g -O2 -MT MemPool.o -MD -MP -MF ".deps/MemPool.Tpo" -c -o MemPool.o MemPool.E
g++: MemPool.E: linker input file unused because linking not done
core#

Oof. I think you typed in correctly, but g++ may treat .E file extension
specially. If you have not given up yet, please try the above command,
but rename MemPool.E into MemPool.cc (in the command and on disk). You
may want to preserve the original MemPool.cc somewhere.

Thank you,


i did that, but still have no luck

core# cp MemPool.cc MemPool.cc.orig
core# rm MemPool.cc
core# cp MemPool.E MemPool.cc
core# g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -D_REENTRANT -g -O2 -MT MemPool.o -MD -MP -MF ".deps/MemPool.Tpo" -c -o MemPool.o MemPool.E
g++: MemPool.E: linker input file unused because linking not done
core#

Alex.



TIA

ZeN


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux