help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Process & Fork


From: Holger Freyther
Subject: Re: [Help-smalltalk] Process & Fork
Date: Mon, 22 Jul 2019 19:53:38 +0800


> On 21. Jul 2019, at 00:59, Quenio dos Santos <address@hidden> wrote:

Hi!


> I haven't been able to compiler master on MacOS. I installed GCC and 
> configured as follows, but it still seems to be using CLANG:


You can use CC=/usr/loca.../gcc on configure and make ti pick GCC but either 
clang or
gcc should be fine.


> $ configure --prefix=/usr/local/Cellar/gcc/9.1.0 
> --with-gmp=/usr/local/Cellar/gcc/9.1.0
> ...
> $ make
> ...
> cd packages/net && /Applications/Xcode.app/Contents/Developer/usr/bin/make
>   CC       gnutls-wrapper.o
>   CCLD     gnutls-wrapper

can you use make V=1 to show me the link line? It seems it is not linking to 
GNUtls at all.
Maybe have a look at config.log as well to see how gnutls support was found.

But. At this stage you should already have a ./gst in the build/src directory. 
Can you see
if it handles the process switching better?



holger


reply via email to

[Prev in Thread] Current Thread [Next in Thread]