Dear Forum,

this problem has already been fixed in the development version of GAP.

The following fix for GAP 4.4.12 seems to work on all versions of
MacOSX (contrary to the one suggested by Dima):

After GAP itself was built, edit
  gap4r4/bin/i686-apple-darwin10.4.0-gcc/gac
  (or similar, depending on your version of OSX)

in line 78 from

  c_dyn_linker="ld"

to

  c_dyn_linker="gcc"

Then try
  ./configure ; make

in gap4r4/pkg/io again.

Best regards,
  Max.

On Tue, Apr 19, 2011 at 08:40:51PM +0800, Gordon Royle wrote:
> Trying to install the io package following the instructions...
> 
> ./configure works fine 
> 
> make produces the following output
> 
> ../../bin/i686-apple-darwin10.4.0-gcc/gac -d -p 
> "-I/Users/gordon/MacSoftware/gap4r4/pkg/io/bin/i686-apple-darwin10.4.0-gcc" 
> -o bin/i686-apple-darwin10.4.0-gcc/io.so src/io.c
> gcc -fPIC 
> -I/Users/gordon/MacSoftware/gap4r4/pkg/io/bin/i686-apple-darwin10.4.0-gcc -o 
> /tmp/gac75083/75083_io.o 
> -I/Users/gordon/MacSoftware/gap4r4/bin/i686-apple-darwin10.4.0-gcc/../.. 
> -I/Users/gordon/MacSoftware/gap4r4/bin/i686-apple-darwin10.4.0-gcc -DCONFIG_H 
> -c src/io.c
> ld -bundle -bundle_loader 
> /Users/gordon/MacSoftware/gap4r4/bin/i686-apple-darwin10.4.0-gcc/gap -lc -lm 
> -o bin/i686-apple-darwin10.4.0-gcc/io.so /tmp/gac75083/75083_io.o
> ld: symbol dyld_stub_binding_helper not defined (usually in 
> crt1.o/dylib1.o/bundle1.o) for inferred architecture x86_64
> rm -f /tmp/gac75083/75083_io.o
> 
> 
> 
> What does "dyld_stub_binding_helper not defined" mean?
> 
> And how can I fix it?
> 
> Thanks
> 
> Gordon
> _______________________________________________
> Forum mailing list
> Forum@mail.gap-system.org
> http://mail.gap-system.org/mailman/listinfo/forum

-- 
Max Neunhoeffer              http://www-groups.mcs.st-and.ac.uk/~neunhoef/
> > > > > > > > > > >  May the Source be with you! < < < < < < < < < < < < 
The University of St Andrews is a registered Scottish charity: No SC013532


_______________________________________________
Forum mailing list
Forum@mail.gap-system.org
http://mail.gap-system.org/mailman/listinfo/forum

Reply via email to