Re: [PHP-DEV] Can't build HEAD on Linux

2002-10-25 Thread Sebastian Bergmann
Sebastian Bergmann wrote:
 I updated to gcc 3.2 a while ago and it worked fine. This morning, for
 instance, I was able to build HEAD without problems. Just now I was
 able to build httpd-2.0 HEAD without problems.

  I updated binutils and did a fresh checkout of /php4. Now it works
  again.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Can't build HEAD on Linux

2002-10-24 Thread Sebastian Bergmann
  /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
  /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
  ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
  /usr/src/php4/ext/mysql/libmysql/my_tempnam.c:103:
  the use of `tempnam' is dangerous, better use `mkstemp'

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Can't build HEAD on Linux

2002-10-24 Thread Markus Fischer
Upgraded your GCC? Googles first hit reads something like:

FORM 14 is DW_FORM_strp, recently added to GCC.  You need a
newer binutils.

On Thu, Oct 24, 2002 at 11:18:15PM +0200, Sebastian Bergmann wrote : 
   /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
   /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
   ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
   /usr/src/php4/ext/mysql/libmysql/my_tempnam.c:103:
   the use of `tempnam' is dangerous, better use `mkstemp'
 
 -- 
   Sebastian Bergmann
   http://sebastian-bergmann.de/ http://phpOpenTracker.de/
 
   Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
 
 -- 
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php

-- 
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
$ grep docref_root php.ini
docref_root = 
http://landonize.it/?how=urltheme=classicfilter=RichyHuser=imajesurl=http%3A%2F%2Fphp.net%2F/;

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Can't build HEAD on Linux

2002-10-24 Thread Sebastian Bergmann
Markus Fischer wrote:
 Upgraded your GCC? Googles first hit reads something like:

 FORM 14 is DW_FORM_strp, recently added to GCC.  You need a
 newer binutils.

  Interesting.

  I updated to gcc 3.2 a while ago and it worked fine. This morning, for
  instance, I was able to build HEAD without problems. Just now I was
  able to build httpd-2.0 HEAD without problems.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php