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

Re: tcl cannot build 64bit.


I think I emailed the fix to the problem wrt to building tcl 64bit. All
it requires is a one line fix in Makefile.in.

src/tcl/unix/Makefile.in:479

tclsh: ${TCLSH_OBJS} ${TCL_LIB_FILE}
        ${CC} ${CFLAGS} ${LDFLAGS} ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@
        ${LIBS} ${CC_SEARCH_FLAGS} -o tclsh


It is missing the ${CFLAGS} in the cc line.

Thanks
--
Manoj
On Wed, 10 Mar 2004, Daniel Jacobowitz wrote:

> On Wed, Mar 10, 2004 at 05:02:22PM +0100, Andreas Schwab wrote:
> > Ian Lance Taylor <ian@wasabisystems.com> writes:
> >
> > > The src directory is used for a number of different packages, not just
> > > gdb.
> >
> > Yes, I know.
> >
> > > If you 'cvs co gdb' and then avoid using 'cvs update -d' at top level,
> > > you should be OK.
> >
> > Not using -d is not an option.  And the gdbtk directory even exists on the
> > branch.
>
> If you don't want to end up building Insight, update by using "checkout
> gdb".  Unfortunately, --disable-gdbtk doesn't fix the top level from
> deciding gdb depends on tcl; that could be fixed in configure...
>
> --
> Daniel Jacobowitz
> MontaVista Software                         Debian GNU/Linux Developer
>


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