scsh-hackers
[Top] [All Lists]

[ scsh-Bugs-407802 ] ../configure fails

To: scsh-hackers@scsh.net
Subject: [ scsh-Bugs-407802 ] ../configure fails
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Wed, 14 Apr 2004 13:16:39 +0200 (MST)
List-id: Discussion among the implementors <scsh-hackers.list-id.scsh.net>
Old-date: Wed, 14 Apr 2004 04:15:52 -0700
Bugs item #407802, was opened at 2001-03-12 03:20
Message generated for change (Comment added) made by mainzelm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110493&aid=407802&group_id=10493

Category: build
Group: None
>Status: Closed
Resolution: None
Priority: 1
Submitted By: Brian D. Carlstrom (bdc)
Assigned to: Brian D. Carlstrom (bdc)
Summary: ../configure fails

Initial Comment:
I'm installing normal scsh-0.4.4 on Solaris, using GNU 
make.

beshers@zippy>> uname -a
SunOS zippy.cs.columbia.edu 5.5.1 Generic sun4m
beshers@zippy>> whence make
/usr/local/gnu/bin/make
beshers@zippy>>

Everything went fine for:

   ./configure ...
   make

What did not work was my attempt to build multiple 
architectures in
separate directories.

   mkdir sun4_sos5
   cd sun4_sos5
   ../configure ...

First, I got this error message from configure:

    creating Makefile
    mkdir: cannot make directory `scsh/regexp': No 
such file or directory
    creating scsh/regexp/Makefile
    ./config.status: scsh/regexp/Makefile: cannot 
create

I created the directory sun4_sos5/scsh/regexp, and 
configure finished.

hen make complained because scsh/machine was a symlink 
to ../solaris,
not ./solaris.  I fixed that.

Then, make failed to find the ./cig directory, at 
which point I gave
up.

I concluded that the INSTALL file is the standard one 
for configure,
and that you had probably never used this option, so I 
stopped.
If you expected this to work, I'm reporting that it 
didn't.  If you
didn't expect it to work, I'm not.

Sincerely,

Cliff

--
Clifford Beshers                     Computer Graphics 
and User Interfaces Lab
beshers@cs.columbia.edu                         
Department of Computer Science
http://www.cs.columbia.edu/~beshers                    
    Columbia University








----------------------------------------------------------------------

>Comment By: Martin Gasbichler (mainzelm)
Date: 2004-04-14 13:15

Message:
Logged In: YES 
user_id=17553

Separate build directories are supported since scsh 0.6.1

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110493&aid=407802&group_id=10493

<Prev in Thread] Current Thread [Next in Thread>
  • [ scsh-Bugs-407802 ] ../configure fails, SourceForge.net <=