This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

Why my 'ar.exe' and 'ld.exe' does not work with the inline parameter '@objectslistfile'



	Hello 

	I've build with cygwin the binutils 2.13.2 in windows i.e "libiberty + libbfd + ld + ar".
	All works fine but I cannot use the follow syntax:

	"ar.exe -r  archivefile @objecfileslist"
	and 
	"ld.exe  ...   @objectfileslist ..." 
	 
	instead I need to report always inline all the object files to use:

	"ar.exe -r archivefile file1.obj ... fileN.obj"
	and
	"ld.exe ... file1.obj ... fileN.obj ..."
	
		
	Why don't work the '@' character in front the filename who contain the list of the 
	object files to use ???

	Maybe I've do wrong the Configure operation of the sources files?
	The BFD library seems to ignore the '@' syntax !?!?

	Thanx in advance for help me :-)

	Best regards,

	MaxG


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