undefined reference to `_gc_sweep1_sstring_t

View: New views
5 Messages — Rating Filter:   Alert me  

undefined reference to `_gc_sweep1_sstring_t

by Angel Popov-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
Tried to build the latest clisp with
./configure --ignore-absence-of-libsigsegv --without-ffcall --without-dynamic-modules --without-unicode --without-readline --with-debug --cbc
 
but ended with:
cd data && ln -s ../../doc/Symbol-Table.text .
gcc -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare
 -Wno-format-nonliteral -falign-functions=4 -g -O0 -DDEBUG_OS_ERROR -DDEBUG_SPVW -DDEBUG_BYTECODE -DSAFETY=3 -DNO_
READLINE -I.  spvw.o spvwtabf.o spvwtabs.o spvwtabo.o eval.o control.o encoding.o pathname.o stream.o socket.o io.
o funarg.o array.o hashtabl.o list.o package.o record.o weak.o sequence.o charstrg.o debug.o error.o misc.o time.o
 predtype.o symbol.o lisparit.o i18n.o unixaux.o built.o ari80386.o modules.o -lintl -lncurses  -liconv  libgnu_cl
.a -o lisp.exe
spvw.o: In function `gc_sweep1_varobject_page':
/cygdrive/c/packages/clisp/simplest-cygwin/../src/spvw_garcol.d:1173: undefined reference to `_gc_sweep1_sstring_target'
collect2: ld returned 1 exit status
 
Regards, AngelP


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
clisp-devel mailing list
clisp-devel@...
https://lists.sourceforge.net/lists/listinfo/clisp-devel

Re: undefined reference to `_gc_sweep1_sstring_t

by Vladimir Tzankov :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 10/30/09, Angel Popov <angelpopov@...> wrote:
> undefined reference to `_gc_sweep1_sstring_target'

Thanks.
It should be fixed in the cvs.

Vladimir

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
clisp-devel mailing list
clisp-devel@...
https://lists.sourceforge.net/lists/listinfo/clisp-devel

Re: undefined reference to `_gc_sweep1_sstring_t

by Angel Popov-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks, It looks that there is something left when option 'with-debug' is used:

configure with ignore-absence-of-libsigsegv without-ffcall without-dynamic-modules without-unicode without-readline with-debug
...
rm -rf data
mkdir data
cd data && ln -s ../../utils/unicode/UnicodeDataFull.txt .
cd data && ln -s ../../doc/Symbol-Table.text .
gcc -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare
 -Wno-format-nonliteral -falign-functions=4 -g -O0 -DDEBUG_OS_ERROR -DDEBUG_SPVW -DDEBUG_BYTECODE -DSAFETY=3 -DNO_
READLINE -I. spvw.o spvwtabf.o spvwtabs.o spvwtabo.o eval.o control.o encoding.o pathname.o stream.o socket.o io.
o funarg.o array.o hashtabl.o list.o package.o record.o weak.o sequence.o charstrg.o debug.o error.o misc.o time.o
 predtype.o symbol.o lisparit.o i18n.o unixaux.o built.o ari80386.o modules.o -lintl -lncurses -liconv libgnu_cl
.a -o lisp.exe
spvw.o: In function `gc_sweep1_varobject_page':
/cygdrive/c/packages/clisp/simplest-cygwin/../src/spvw_garcol.d:1173: undefined reference to `_gc_sweep1_sstring_t
arget'
collect2: ld returned 1 exit status
make: *** [lisp.exe] Error 1


Still exists when compiling with-debug



--- On Fri, 10/30/09, Vladimir Tzankov <vtzankov@...> wrote:

From: Vladimir Tzankov <vtzankov@...>
Subject: Re: undefined reference to `_gc_sweep1_sstring_t
To: clisp-devel@...
Cc: cptsalek@..., "Angel Popov" <angelpopov@...>
Date: Friday, October 30, 2009, 3:09 PM

On 10/30/09, Angel Popov <angelpopov@...> wrote:
> undefined reference to `_gc_sweep1_sstring_target'

Thanks.
It should be fixed in the cvs.

Vladimir


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
clisp-devel mailing list
clisp-devel@...
https://lists.sourceforge.net/lists/listinfo/clisp-devel

Re: undefined reference to `_gc_sweep1_sstring_t

by Vladimir Tzankov :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 11/3/09, Angel Popov <angelpopov@...> wrote:
> Thanks, It looks that there is something left when option 'with-debug' is
> used:configure with ignore-absence-of-libsigsegv without-ffcall
> without-dynamic-modules without-unicode without-readline with-debug
> ...
> spvw.o: In function `gc_sweep1_varobject_page':
> /cygdrive/c/packages/clisp/simplest-cygwin/../src/spvw_garcol.d:1173:
> undefined reference to `_gc_sweep1_sstring_target'


Are you sure you've updated from cvs?
On line 1173 there is comment.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
clisp-devel mailing list
clisp-devel@...
https://lists.sourceforge.net/lists/listinfo/clisp-devel

Re: undefined reference to `_gc_sweep1_sstring_t

by Angel Popov-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks, It is fine.

Sorry for the false alarm.

Regards, AngelP


--- On Tue, 11/3/09, Vladimir Tzankov <vtzankov@...> wrote:

From: Vladimir Tzankov <vtzankov@...>
Subject: Re: undefined reference to `_gc_sweep1_sstring_t
To: "Angel Popov" <angelpopov@...>
Cc: clisp-devel@...
Date: Tuesday, November 3, 2009, 5:00 PM

On 11/3/09, Angel Popov <angelpopov@...> wrote:
> Thanks, It looks that there is something left when option 'with-debug' is
> used:configure with ignore-absence-of-libsigsegv without-ffcall
> without-dynamic-modules without-unicode without-readline with-debug
> ...
> spvw.o: In function `gc_sweep1_varobject_page':
> /cygdrive/c/packages/clisp/simplest-cygwin/../src/spvw_garcol.d:1173:
> undefined reference to `_gc_sweep1_sstring_target'


Are you sure you've updated from cvs?
On line 1173 there is comment.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
clisp-devel mailing list
clisp-devel@...
https://lists.sourceforge.net/lists/listinfo/clisp-devel