Problem to install Smalltalk

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem to install Smalltalk

Germán Arias
Hi. With make, I get the error:

src/.libs/library.a -lpthread -ldl -lrt -lm
gnutls-wrapper.o: In function `main':
/home/german/Instalados/smalltalk-3.2.3/packages/net/gnutls-wrapper.c:150: undefined reference to `gnutls_priority_set_direct'
collect2: ld returned 1 exit status
make[3]: *** [gnutls-wrapper] Error 1
make[3]: Leaving directory
`/home/german/Instalados/smalltalk-3.2.3/packages/net'
make[2]: *** [NetClients.star] Error 2
make[2]: Leaving directory `/home/german/Instalados/smalltalk-3.2.3'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/german/Instalados/smalltalk-3.2.3'
make: *** [all] Error 2


I have gNewSense Delta H and I have gnutls installed (the library and
headers). Any suggestion?


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Problem to install Smalltalk

Paolo Bonzini-2
On 01/11/2011 06:11 AM, Germán Arias wrote:

> Hi. With make, I get the error:
>
> src/.libs/library.a -lpthread -ldl -lrt -lm
> gnutls-wrapper.o: In function `main':
> /home/german/Instalados/smalltalk-3.2.3/packages/net/gnutls-wrapper.c:150: undefined reference to `gnutls_priority_set_direct'
> collect2: ld returned 1 exit status
> make[3]: *** [gnutls-wrapper] Error 1
> make[3]: Leaving directory
> `/home/german/Instalados/smalltalk-3.2.3/packages/net'
> make[2]: *** [NetClients.star] Error 2
> make[2]: Leaving directory `/home/german/Instalados/smalltalk-3.2.3'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/german/Instalados/smalltalk-3.2.3'
> make: *** [all] Error 2
>
>
> I have gNewSense Delta H and I have gnutls installed (the library and
> headers). Any suggestion?

You can remove lines 150 and 151 from the file.  I committed the same
change.

Paolo

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Problem to install Smalltalk

Germán Arias
On mar, 2011-01-11 at 08:25 +0100, Paolo Bonzini wrote:

> On 01/11/2011 06:11 AM, Germán Arias wrote:
> > Hi. With make, I get the error:
> >
> > src/.libs/library.a -lpthread -ldl -lrt -lm
> > gnutls-wrapper.o: In function `main':
> > /home/german/Instalados/smalltalk-3.2.3/packages/net/gnutls-wrapper.c:150: undefined reference to `gnutls_priority_set_direct'
> > collect2: ld returned 1 exit status
> > make[3]: *** [gnutls-wrapper] Error 1
> > make[3]: Leaving directory
> > `/home/german/Instalados/smalltalk-3.2.3/packages/net'
> > make[2]: *** [NetClients.star] Error 2
> > make[2]: Leaving directory `/home/german/Instalados/smalltalk-3.2.3'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/german/Instalados/smalltalk-3.2.3'
> > make: *** [all] Error 2
> >
> >
> > I have gNewSense Delta H and I have gnutls installed (the library and
> > headers). Any suggestion?
>
> You can remove lines 150 and 151 from the file.  I committed the same
> change.
>
> Paolo

Thanks, this solve the problem.


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk