You are not logged in.
Pages: 1
I am not sure the proper etique, but I am going to try and move a discussion
http://bbs.archlinux.org/viewtopic.php?t=8256
over to this forum where I should have all along.
Offline
well i am not sure why you would be able to build outside of makepkg since the builds are only executing the same commands you would compiling from source without makepkg.
i suggest filing a bug report since Judd does not come here often and this seems to be related to packages he codes and maintains.
AKA uknowme
I am not your friend
Offline
Well, I guess it is time for me to put on my dunce hat
It would appear that my problem is with my compiler options that I defined in makepkg.conf file. All I can say is that under no circumstances should someone use:
export CFLAGS="-march=pentium4 -mfpmath=sse -msse2 -mmmx-O2 -pipe"
export CXXFLAGS="-march=pentium4 -mfpmath=sse -msse2 -mmmx -O2 -pipe"
The problem appears to be with the "-mmmx" option. It must conflict with the other options. Not sure why. Looks like I need some schoolin' fer 'piler options!!!
Offline
too many m's perhaps ( i am not educated on it myself)? also there appears to be no space between -mmmx and the -O2 in the CFLAGS line
AKA uknowme
I am not your friend
Offline
Pages: 1