[tlbuild] FreeBSD 7.0 i386 and xindy

Manfred Lotz manfred at dante.de
Fri May 23 11:01:20 CEST 2008


Vladimir Volovich wrote:
> "ML" == Manfred Lotz writes:
> 
>  ML> When I try building clisp as you had described (building libsegv
>  ML> and ffcall went fine) I get:
> 
>  ML> exit 1) make: don't know how to make I. Stop gmake: *** [base]
>  ML> Error 1 *** Error code 2
> 
>  ML> There seems to be another make hidden somewhere.
> 
> a workaround for this problem is:
> 
> test -d ~/bin || mkdir ~/bin
> cp -p /usr/local/bin/gmake ~/bin/make
> export PATH=~/bin:$PATH
> 
> and then re-build again.
> 

That did it. Thanks.


>  ML> If it is ok to build xindy using clisp from the FreeBSD port
>  ML> collection then we can ignore it.
> 
> i think it is safer to build your own clisp to avoid unneeded shared
> library dependencies.
> 


Ok, now I used the 'self build' clisp and xindy.run has:


manfred at hermes:...inst/bin/i386-unknown-freebsd7.0> ldd xindy.run 

xindy.run:
         libm.so.5 => /lib/libm.so.5 (0x2820f000)
         libcrypt.so.4 => /lib/libcrypt.so.4 (0x28224000)
         libintl.so.8 => /usr/local/lib/libintl.so.8 (0x2823d000)
         libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x28246000)
         libncurses.so.7 => /lib/libncurses.so.7 (0x2833b000)
         libsigsegv.so.0 => /usr/local/lib/libsigsegv.so.0 (0x2837e000)
         libc.so.7 => /lib/libc.so.7 (0x28381000)


which hopefully is ok.





-- 
Manfred


More information about the tlbuild mailing list