$ sw_vers
ProductName:    Mac OS X
ProductVersion: 10.5.4
BuildVersion:   9E17
$ sysctl machdep.cpu.brand_string
machdep.cpu.brand_string: Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz
$ gcc --version | head -n 1
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)

I get the following error during the build

cd ../lib && ../src/genius --maxerrors=0 --compile loader.gel > temp.cgel && mv -f temp.cgel lib.cgel genius(21288) malloc: *** error for object 0x616f6c2f: Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
genius(21288) malloc: *** error for object 0x2e726564: Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
genius(21288) malloc: *** error for object 0xc0104a8f: Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
(etc...etc...)
...
/bin/sh: line 1: 21288 Segmentation fault ../src/genius -- maxerrors=0 --compile loader.gel > temp.cgel


This doesn't show up on my G4 with 10.5.4/Xcode 3.1, so I think we can rule out Xcode and Leopard by itself as culprits.
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to