This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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]

Error in compiling gdb-6.7.1


When i am doing "make CFLAGS=-g" in "gdb-6.7.1" folder after executing "./configure" to comlile a gdb on FreeBSD machine, getting following error:

config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
ar: readline.o: No such file or directory
make[2]: *** [libreadline.a] Error 1
make[1]: *** [all-readline] Error 2
make: *** [all] Error 2


And if after that i give "make" command then getting following error.

$ make
Making info in doc
Making info in po
Making all in doc
Making all in po
Making all in po
ar: readline.o: No such file or directory
make[2]: *** [libreadline.a] Error 1
make[1]: *** [all-readline] Error 2
make: *** [all] Error 2
$ 

Regards.


      ____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs


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