public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Insight Build Problems on CYGWIN
@ 2002-10-29  1:09 Johan Kruger
  2002-11-04  9:44 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Johan Kruger @ 2002-10-29  1:09 UTC (permalink / raw)
  To: 'insight@sources.redhat.com'

[-- Attachment #1: Type: text/plain, Size: 428 bytes --]

Help,

Can someone please supply a patch file for download to replace the files as mentioned.

I can not build Insight at all, I attach a file with the error in.

Thanking you,
Johan Kruger

?????????????????????????????
JJP & Y Kruger TRUST(TA)

PostBox:	P.O.Box 40869
		Moreleta Ridge
		0044
		Gauteng
		R.S.A.
Tel:		+27-12-997-3933
Fax:		+27-12-997-3336
Cell:		+27-082-893-4770
Email:		symsyssol@mweb.co.za

AttatchMents:

 

[-- Attachment #2: Insight Buld Error.txt --]
[-- Type: text/plain, Size: 2414 bytes --]

checking whether make sets ${MAKE}... (cached) yes
configure: error: source directory already configured; run make distclean there first
configure: error: ../../../../insight+dejagnu-5.2.90_20021027/dejagnu/example/calc/configure failed
for example/calc
Configure in /home/src/build-insight/dejagnu failed, exiting.


Configuration Settings:
!::='::\'
!C:='C:\cygwin\bin'
ALLUSERSPROFILE='C:\Documents and Settings\All Users'
APPDATA='C:\Documents and Settings\Johan Kruger\Application Data'
BASH=/usr/bin/bash
BASH_VERSINFO=([0]="2" [1]="05b" [2]="0" [3]="3" [4]="release" [5]="i686-pc-cygwin")
BASH_VERSION='2.05b.0(3)-release'
COLUMNS=100
COMMONPROGRAMFILES='C:\Program Files\Common Files'
COMPUTERNAME=JOHAN-NOTEBOOK
COMSPEC='C:\WINDOWS\system32\cmd.exe'
DIRSTACK=()
EUID=1005
GROUPS=()
HISTFILE='/home/Johan Kruger/.bash_history'
HISTFILESIZE=500
HISTSIZE=500
HOME='/home/Johan Kruger'
HOMEDRIVE=C:
HOMEPATH='\Documents and Settings\Johan Kruger'
HOSTNAME=JOHAN-NOTEBOOK
HOSTTYPE=i686
IFS=$' \t\n'
LINES=60
LOGONSERVER='\\JOHAN-NOTEBOOK'
MACHTYPE=i686-pc-cygwin
MAILCHECK=60
MAKE_MODE=unix
MANPATH=:/usr/ssl/man
NUMBER_OF_PROCESSORS=1
OLDPWD=/home/src
OPTERR=1
OPTIND=1
OS=Windows_NT
OSTYPE=cygwin
PATH=/usr/local/bin:/usr/bin:/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/usr/bin:.:/usr/X11R6/bin:/home/src/install
PATHEXT='.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PIPESTATUS=([0]="1")
PPID=1
PREFIX=/home/src/install
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER='x86 Family 15 Model 2 Stepping 4, GenuineIntel'
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=0204
PROGRAMFILES='C:\Program Files'
PROMPT='$P$G'
PS1=$'\\[\\033]0;\\w\\007\n\\033[32m\\]\\u@\\h \\[\\033[33m\\w\\033[0m\\]\n$ '
PS2='> '
PS4='+ '
PWD=/home/src/build-insight
SESSIONNAME=Console
SHELL=/bin/bash
SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor
SHLVL=1
SYSTEMDRIVE=C:
SYSTEMROOT='C:\WINDOWS'
TARGET=avr
TEMP=/cygdrive/c/DOCUME~2/JOHANK~1/LOCALS~1/Temp
TERM=cygwin
TMP=/cygdrive/c/DOCUME~2/JOHANK~1/LOCALS~1/Temp
UID=1005
USER='Johan Kruger'
USERDOMAIN=JOHAN-NOTEBOOK
USERNAME='Johan Kruger'
USERPROFILE='C:\Documents and Settings\Johan Kruger'
WINDIR='C:\WINDOWS'
X11PATH=/usr/X11R6/bin
_=-prefix=/home/src/install
i=/etc/profile.d/openssl.sh

$ gcc -dumpversion
2.95.3-5

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Insight Build Problems on CYGWIN
  2002-10-29  1:09 Insight Build Problems on CYGWIN Johan Kruger
@ 2002-11-04  9:44 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2002-11-04  9:44 UTC (permalink / raw)
  To: Johan Kruger; +Cc: 'insight@sources.redhat.com'

On Tue, 29 Oct 2002, Johan Kruger wrote:

> Can someone please supply a patch file for download to replace the files 
> as mentioned.

The error is pretty explicit: you're configuring an already configured 
source tree. As always, I strongly advise against using the source 
directory as a build directory. Here's what you'll need to do:

The first thing to do is eradicate all the build junk from your sources. 
You can either delete the source tree and unpack the tarball again, or 
run "make distclean".

From shell:
$ ls
src/
$ mkdir cygwin; cd cygwin
$ ../src/configure --prefix=INSTALLDIR \
  --exec-prefix=INSTALLDIR/H-i686-pc-cygwin
$ make
$ make install

This will install the toolchain into INSTALLDIR (with the cygwin-specific 
files in INSTALLDIR/H-i686-pc-cygwin).

> I can not build Insight at all, I attach a file with the error in.

More accurately: you cannot build dejagnu. ;-)

Keith

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-11-04 17:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-29  1:09 Insight Build Problems on CYGWIN Johan Kruger
2002-11-04  9:44 ` Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).