Andreas Aardal Hanssen wrote:
On Sun, 21 Mar 2004, S/T wrote:
FYI, here is the CCXXFLAGS that I use for all my compilation;
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -ftracer -fno-crossjumping -falign-functions=16 -falign-loops=16 -falign-jumps=16 -fno-align-labels -mfpmath=sse,387 -maccumulate-outgoing-args -fmove-all-movables -freduce-all-givs -fnew-ra"
CXXFLAGS="${CFLAGS}"
I've been told it's the best optimization flags.
It's impossible to say from gdb's output what's at fault here, but changing the optimization switches should not alter the program's behavior
like this..

I was able to compile with the following;


#CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -ftracer -fno-crossjumping -falign-functions=16 -falign-loops=16 -falign-jumps=16 -fno-align-labels -mfpmath=sse,387 -maccumulate-outgoing-args -fmove-all-movables -freduce-all-givs" emerge bincimap-1.2.7_beta5.ebuild
:::
# /usr/bin/bincimap-up --version
Binc IMAP v1.2.7beta5


I think I found the problem, it's the "-fnew-ra" cxxflag. I had similar problems, if interested check out http://bugs.gentoo.org/show_bug.cgi?id=46224 .

According to "man gcc", "-fnew-ra" is an experimental option, so I guess it is a compiler problem and not bincimap.


Also I was able to go through "3) Listing" on http://www.bincimap.org/bincimap-faq.html#q18
# When I try to create mailbox it gave me;
3 CREATE mailbox
3 NO CREATE failed: invalid mailbox name
This is a setup problem, unrelated to the problem you've had with logging
in. What path do you use for your Maildirs, and how have you set up Binc
IMAP?

Yes, sorry about that. I didn't meant it as a question but just to tell you that I got through the current problem. I didn't really do any setup, I figured I can set it up using mua, like mozilla mail.


S/T



Reply via email to