This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: rebase and ME


> Ralf,
> 
> I'm unable to compile this.  You forgot to include version.cc.  I'll
> try it as soon as you can get this to me.
> 
version.c should be created by the make file. I have tried. 

$ make
g++ -g    -c -o main.o main.cc
g++ -g    -c -o objectfile.o objectfile.cc
g++ -g    -c -o sections.o sections.cc
echo "float release = 0.4; " >version.c
gcc    -c -o version.o version.c
g++ -g    -c -o rebase.o rebase.cc
g++ -g -o rebase main.o objectfile.o sections.o version.o rebase.o

What does your make say ? 

Ralf 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]