Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] can't get rebol working on mac os x

From: rgaither:triad:rr at: 5-Nov-2002 9:17

Hi Mark,
> Hi, > I have mac os 10.2.1 > I'm trying to run rebol core 2.5 > But this is what I get. > > [Mark-Michalss-Computer:/applications/rebolcore024] markmichals% > ./rebol > dyld: ./rebol Undefined symbols: > _tgetent > _tgetstr > Trace/BPT trap
Here is a solution from an earlier post, its in the faq at RT. Note - this worked great for me when using tcsh yet when I recently switched to bash for some script portability reasons it broke again. I haven't had time to figure out why yet. FYI, Rod.
> Note though there's this in the REBOL FAQ regarding Core for Apple > OSX... > ---8<--- > > From: http://www.rebol.com/faq.html > > Note that the current release of Core does not run on the 10.2 version > of OSX. This is due to a change in the OSX dynamic libraries. The > work-around is to set an environment variable, DYLD_INSERT_LIBRARIES, > which declares libraries that are to be searched by the loader > (dyld). Add the following line to your login script: > > setenv DYLD_INSERT_LIBRARIES /usr/lib/libtermcap.dylib > > and, REBOL will run again. [Thanks Ron.] > > ---8<---
Rod Gaither [rgaither--triad--rr--com] Oak Ridge, NC USA