Ticket #700 (closed patch: fixed)
dynpmc/Makefile problem on Solaris 8/SPARC at r39040
| Reported by: | doughera | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | configure | Version: | 1.2.0 |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | applied | Platform: | solaris |
Description
While trying to test another patch today (r39040), I ran into this problem on Solaris 8/SPARC, building with gcc-4.1.0:
(This is while trying to compile src/dynpmc/dynlexpad.c. I have removed all the irrelevant flags to clarify what's happening.)
gcc -c -odynlexpad.o [-flags] dynlexpad.c
/usr/ccs/bin/as: error: no input filename given
usage: /usr/ccs/bin/as [-V] [-Q{y,n}] [-f[O][if]#] [-q] [-s]
[-S] [-K {pic,PIC}] [-o objfile] [-L] [-T]
[-P [[-Ipath] [-Dname] [-Dname=def] [-Uname]]...]
[-m [-Ym,path]] [-n] [-ul] [-xF] [-xarch=v7] [-xarch=v8] [-xarch=v8a] [-xarch=v8plus] [-xarch=v8plusa] [-xarch=v8plusb] [-xarch=v9] [-xarch=v9a] [-xarch=v9b] [-xcode={pic13,pic32}] file.s...
*** Error code 1
make: Fatal error: Command failed for target `dynlexpad.o'
Current working directory /home/doughera/src/parrot/parrot-gcc/src/dynpmc
*** Error code 1
make: Fatal error: Command failed for target `dynpmc.dummy'
The problem is the '-odynlexpad.o'. The assembler is expecting a space after the -o option. There used to be one. Something has changed recently
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

