[Gambas-user] compile from svn
Ron Onstenk
ronstk at ...239...
Sun Oct 22 17:07:57 CEST 2006
On Sunday 22 October 2006 16:12, Benoit Minisini wrote:
> There is apparently no file that uses the link executable in the trunk.
>
> Where do you see it?
=====================================================================
in svn/trunk/configure around line 1313
in svn/trunk/main/configure around line 1313
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
======================================================================
in svn/trunk/configure around line 2476
in svn/trunk/main/configure around line 2476
# Make sure we can run config.sub.
$ac_config_sub sun4 >/dev/null 2>&1 ||
{ { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
echo "$as_me: error: cannot run $ac_config_sub" >&2;}
{ (exit 1); exit 1; }; }
=======================================================================
configure: configuring in main
configure: running /bin/sh './configure' --prefix=/opt/gb '-C' '--prefix=/opt/gb' --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
link: too few arguments
Try `link --help' for more information.
configure: WARNING: `missing' script is too old or missing
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
configure: error: cannot run /bin/sh ./config.sub
configure: error: /bin/sh './configure' failed for main
======================================================================
And the next line is the prove the file is passed as argument to the shell??
configure: error: cannot run /bin/sh ./config.sub
>
> How do you make your checkout?
my script named 'getgbsvn'
#!/bin/bash
echo "Getting the gambas source :)"
cd /home/ron/src/svn
svn checkout https://svn.sourceforge.net/svnroot/gambas/2.0/trunk
cd trunk
./reconf-all
>
> --
> Benoit Minisini
>
# svn --version
svn, version 1.0.8 (r11084)
compiled Dec 21 2004, 01:27:25
SuSE package 9.2
More information about the User
mailing list