Bug 8274 - unable to compile on solaris8 sparc (atomics)
Summary: unable to compile on solaris8 sparc (atomics)
Status: CLOSED DUPLICATE of bug 8214
Alias: None
Product: APR
Classification: Unclassified
Component: APR (show other bugs)
Version: HEAD
Hardware: Sun Solaris
: P3 major (vote)
Target Milestone: ---
Assignee: Apache Portable Runtime bugs mailinglist
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-18 20:27 UTC by R
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description R 2002-04-18 20:27:25 UTC
When compiling on sparc with gcc, the rule that create 
atomic/solaris_sparc/apr_atomic_sparc.S create an empty file !

Since I have no more access to the machine I not able to give more precise
explanation.
Comment 1 Jim Jagielski 2002-04-23 17:51:08 UTC
Can you provide what the Makefile in apr/atomic/solaris_sparc looks like? 
Is the apr_atomic_sparc.s file null as well?
Comment 2 Jim Jagielski 2002-04-23 19:02:59 UTC
Should be fixed in HEAD as of right now...
Comment 3 R 2002-04-23 19:18:17 UTC
Unfortunatly I have no more access to those Netra machine.

But I remember that :
   - apr_atomic_sparc.s wasn't empty
   - false rules was "gcc -E -D_I_DONT_REMENBER atomic_sparc.s > atomic_sparc.S"
     and the "as ... atomic_sparc.S"

Comment 4 Justin Erenkrantz 2002-04-23 22:35:28 UTC
Marking as a duplicate so we can close all PRs related to this at once.

*** This bug has been marked as a duplicate of 8214 ***