Compiling mail/courier with current/new gcc3.2 w/patch

2002-09-11 Thread Edwin Culp

I am using current with a patched gcc3.2.  The patched gcc was used to 
make world (cvsup - patch gcc - make world)  I get the following when 
trying to compile ports/mail/courier.

gmake[1]: Entering directory `/usr/ports/mail/courier/work/courier-0.39.3/afx'
c++  -I.. -I./.. -Wall  -O -pipe -L/usr/local/lib -o testafxpipe  testafxpipe.o
libafx.a 
/usr/libexec/elf/ld: testafxpipe: Not enough room for program headers (allocated
6, need 7)
/usr/libexec/elf/ld: final link failed: Bad value
gmake[1]: *** [testafxpipe] Error 1
gmake[1]: Leaving directory `/usr/ports/mail/courier/work/courier-0.39.3/afx'
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop in /usr/ports/mail/courier.
*** Error code 1

If this is just a port and not a compiler issue, please let me know and 
I'll fill out a pr.

Thanks,

ed
--

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Compiling mail/courier with current/new gcc3.2 w/patch

2002-09-11 Thread Edwin Culp

Quoting Edwin Culp [EMAIL PROTECTED]:

 | I am using current with a patched gcc3.2.  The patched gcc was used to 
 | make world (cvsup - patch gcc - make world)  I get the following when 
 | trying to compile ports/mail/courier.
 | 
 | gmake[1]: Entering directory
 | `/usr/ports/mail/courier/work/courier-0.39.3/afx'
 | c++  -I.. -I./.. -Wall  -O -pipe -L/usr/local/lib -o testafxpipe 
 | testafxpipe.o
 | libafx.a 
 | /usr/libexec/elf/ld: testafxpipe: Not enough room for program headers
 | (allocated
 | 6, need 7)
 | /usr/libexec/elf/ld: final link failed: Bad value
 | gmake[1]: *** [testafxpipe] Error 1
 | gmake[1]: Leaving directory
 | `/usr/ports/mail/courier/work/courier-0.39.3/afx'
 | gmake: *** [all-recursive] Error 1
 | *** Error code 2
 | 
 | Stop in /usr/ports/mail/courier.
 | *** Error code 1
 | 
 | If this is just a port and not a compiler issue, please let me know and 
 | I'll fill out a pr.
 | 
 | Thanks,
 | 
 | ed
Oops, I just got it to compile on an almost identical machine, today's 
current same patched compiler, identical kernel config, etc. etc.

Now I'm really confused.

ed

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message