[GNU Smalltalk 3.2.3] Bumps in the road when trying to compile on OS X

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

[GNU Smalltalk 3.2.3] Bumps in the road when trying to compile on OS X

Tanner Swett
Hello,

Today, I tried to install GST 3.2.3 on OS X and got a few errors
before getting the build to work. The configure line that did work was
"./configure --disable-shared --disable-generational-gc", and test
case 116 (Digest) failed with the error "Object: DLD error: requested
module digest was not found". My uname line is "Darwin
Tanner-Swetts-MacBook-Pro.local 10.4.0 Darwin Kernel Version 10.4.0:
Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386".
My terminal backscroll is at http://pastebin.ca/2030049, and my
tests/testsuite.log is at http://pastebin.ca/2030052.

Good luck,
Tanner

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

Re: [GNU Smalltalk 3.2.3] Bumps in the road when trying to compile on OS X

Holger Freyther
On 12/26/2010 09:46 PM, Tanner Swett wrote:
> Hello,

> My terminal backscroll is at http://pastebin.ca/2030049, and my
> tests/testsuite.log is at http://pastebin.ca/2030052.

From the logfile you have posted:

ading package Digest
Object: DLD error: requested module digest was not found
SystemExceptions.CInterfaceError(Exception)>>signal (ExcHandling.st:254)
SystemExceptions.CInterfaceError class(Exception class)>>signal:
(ExcHandling.st:161)
DLD class>>addModule: (DLD.st:297)

Did you do a make install? can you find a libdigest.dylib somewhere in your
system?

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

Re: [GNU Smalltalk 3.2.3] Bumps in the road when trying to compile on OS X

Paolo Bonzini-2
On 12/27/2010 09:05 AM, Holger Hans Peter Freyther wrote:

> On 12/26/2010 09:46 PM, Tanner Swett wrote:
>> Hello,
>
>> My terminal backscroll is at http://pastebin.ca/2030049, and my
>> tests/testsuite.log is at http://pastebin.ca/2030052.
>
>  From the logfile you have posted:
>
> ading package Digest
> Object: DLD error: requested module digest was not found
> SystemExceptions.CInterfaceError(Exception)>>signal (ExcHandling.st:254)
> SystemExceptions.CInterfaceError class(Exception class)>>signal:
> (ExcHandling.st:161)
> DLD class>>addModule: (DLD.st:297)
>
> Did you do a make install?

Not needed, "make check" is a preinstall test.

> can you find a libdigest.dylib somewhere in your system?

That's a module, so it is digest*.so* I think, not libdigest.dylib

Looks like a libtool bug.

Paolo

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