This is the mail archive of the cygwin@sourceware.cygnus.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]

ld -r


I'm trying to do incremental linking using the -r option.  But I get an error doing the following.

ld -r -o a1x.o a12.o a13.o a14.o
ld -r -o a2x.o a21.o a22.o
ld -r -o axx.o a1x.o a2x.o

The last line gives an error about unknown format for the input files.  What am I doing
wrong?

Thanks in advance...
--jc

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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