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]

Re: configuration problem for binutils


Hi Aram,

i like to configure the binutils 2.15 version. when i am running the command ./configure --prefix=/home/mydir

The binutils configure script is not designed to be run in the source directory. Please try creating a build directory and then running the configure script whilst cd'ed into that directory.


checking for i686-pc-linux-gnu-ar... no
checking for ar... (cached) ar
checking for i686-pc-linux-gnu-as... no
checking for as... (cached) as

how can i rectify this how to give the path for the as and ar and ld

The configure script will look for these programs in your execution path, which is contained in the PATH environment variable. Therefore you need to make sure that this variable has been initialised before running configure, and that it includes the directory where working copies of these programs can be found.


Cheers
  Nick



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