This is the mail archive of the
insight@sources.redhat.com
mailing list for the Insight project.
Re: Problems building Insight 5.3 on Sun Solaris !
- From: Keith Seitz <keiths at redhat dot com>
- To: SMANSFEL at bouyguestelecom dot fr
- Cc: "insight at sources dot redhat dot com" <insight at sources dot redhat dot com>
- Date: 30 Jun 2003 10:07:16 -0700
- Subject: Re: Problems building Insight 5.3 on Sun Solaris !
- Organization:
- References: <776BD5C0BA88D4118ABD0008C79F3077093D3807@bt1sqteb.bpa.bouyguestelecom.fr>
On Mon, 2003-06-30 at 09:16, SMANSFEL@bouyguestelecom.fr wrote:
> Doesn't work with GNU make either :
> -> 'make' of Package: gdb/gdbtk
> Making all in plugins
> make[1]: Entering directory `/tmp/insight-5.3/gdb/gdbtk/plugins'
> Making all in rhabout
> make[2]: Entering directory `/tmp/insight-5.3/gdb/gdbtk/plugins/rhabout'
> o rhabout rhabout.o
> make[2]: o: Command not found
> make[2]: [rhabout] Error 127 (ignored)
Hmm. Didn't get the explicit build rule:
%.$(OBJEXT): $(srcdir)/%.c
$(CC) -c $(ALL_CFLAGS) $<
Does this line appear in the generated Makefile? Send it and I'll
compare with what my Red Hat box outputs.
Keith