php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8918 Fails when linking
Submitted: 2001-01-25 17:49 UTC Modified: 2001-05-29 15:56 UTC
From: whaak at bigpond dot com dot au Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: unix 4.0D
Private report: No CVE-ID: None
 [2001-01-25 17:49 UTC] whaak at bigpond dot com dot au
After starting the make process all went well until the linking started. The process halted with an error indicating that there were too many arguments passed to the unix archiver. The linking process attempts to gather all the *.o files to create the library file in .libs using /usr/bin/ar, but the arg list passed is too long.

I was attempting this on a Dec Alpha running Digitial Unix 4.0D. 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-29 15:56 UTC] sniper@php.net
Use GNU tools and everything should be okay.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 20:01:45 2024 UTC