[GH-ISSUE #100] Compile with gccgo #76

Closed
opened 2026-02-25 20:32:30 +03:00 by kerem · 2 comments
Owner

Originally created by @spotlightishere on GitHub (May 9, 2015).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/100

I have a PowerPC computer, and Go doesn't natively support my platform. However, gccgo does. Is there any way to compile this with gccgo, or if not, any plans to support this? I know that most people have the native Go compiler available, so this wouldn't be useful to most people.

Just messing around, I've gotten this:

gccgo github.com/asciinema/asciinema/main.go -o bin/asciinema
github.com/asciinema/asciinema/main.go:9:82: error: import file ‘github.com/asciinema/asciinema/Godeps/_workspace/src/github.com/docopt/docopt-go’ not found
github.com/asciinema/asciinema/main.go:10:36: error: import file ‘github.com/asciinema/asciinema/api’ not found
github.com/asciinema/asciinema/main.go:11:41: error: import file ‘github.com/asciinema/asciinema/commands’ not found
github.com/asciinema/asciinema/main.go:12:37: error: import file ‘github.com/asciinema/asciinema/util’ not found
github.com/asciinema/asciinema/main.go:105:6: error: reference to undefined name ‘util’
github.com/asciinema/asciinema/main.go:110:14: error: reference to undefined name ‘util’
github.com/asciinema/asciinema/main.go:116:9: error: reference to undefined name ‘api’
github.com/asciinema/asciinema/main.go:117:13: error: reference to undefined name ‘docopt’
github.com/asciinema/asciinema/main.go:121:14: error: reference to undefined name ‘util’
github.com/asciinema/asciinema/main.go:126:10: error: reference to undefined name ‘commands’
github.com/asciinema/asciinema/main.go:131:10: error: reference to undefined name ‘commands’
github.com/asciinema/asciinema/main.go:136:10: error: reference to undefined name ‘commands’
github.com/asciinema/asciinema/main.go:140:10: error: reference to undefined name ‘commands’

Originally created by @spotlightishere on GitHub (May 9, 2015). Original GitHub issue: https://github.com/asciinema/asciinema/issues/100 I have a PowerPC computer, and Go doesn't natively support my platform. However, gccgo does. Is there any way to compile this with gccgo, or if not, any plans to support this? I know that most people have the native Go compiler available, so this wouldn't be useful to most people. Just messing around, I've gotten this: gccgo github.com/asciinema/asciinema/main.go -o bin/asciinema github.com/asciinema/asciinema/main.go:9:82: error: import file ‘github.com/asciinema/asciinema/Godeps/_workspace/src/github.com/docopt/docopt-go’ not found github.com/asciinema/asciinema/main.go:10:36: error: import file ‘github.com/asciinema/asciinema/api’ not found github.com/asciinema/asciinema/main.go:11:41: error: import file ‘github.com/asciinema/asciinema/commands’ not found github.com/asciinema/asciinema/main.go:12:37: error: import file ‘github.com/asciinema/asciinema/util’ not found github.com/asciinema/asciinema/main.go:105:6: error: reference to undefined name ‘util’ github.com/asciinema/asciinema/main.go:110:14: error: reference to undefined name ‘util’ github.com/asciinema/asciinema/main.go:116:9: error: reference to undefined name ‘api’ github.com/asciinema/asciinema/main.go:117:13: error: reference to undefined name ‘docopt’ github.com/asciinema/asciinema/main.go:121:14: error: reference to undefined name ‘util’ github.com/asciinema/asciinema/main.go:126:10: error: reference to undefined name ‘commands’ github.com/asciinema/asciinema/main.go:131:10: error: reference to undefined name ‘commands’ github.com/asciinema/asciinema/main.go:136:10: error: reference to undefined name ‘commands’ github.com/asciinema/asciinema/main.go:140:10: error: reference to undefined name ‘commands’
kerem 2026-02-25 20:32:30 +03:00
  • closed this issue
  • added the
    packaging
    label
Author
Owner

@ku1ik commented on GitHub (May 10, 2015):

Unfortunately I have zero experience with gccgo. I'm afraid I won't be able to help with this at the moment. But feel free to post the status of your messing around here. It may be worth to putting the instructions for compiling on PowerPC on wiki.

<!-- gh-comment-id:100625343 --> @ku1ik commented on GitHub (May 10, 2015): Unfortunately I have zero experience with gccgo. I'm afraid I won't be able to help with this at the moment. But feel free to post the status of your messing around here. It may be worth to putting the instructions for compiling on PowerPC on wiki.
Author
Owner

@spotlightishere commented on GitHub (May 29, 2016):

I unfortunately no longer have the same environment on my PowerPC computer, so I can no longer mess around with this.

<!-- gh-comment-id:222339927 --> @spotlightishere commented on GitHub (May 29, 2016): I unfortunately no longer have the same environment on my PowerPC computer, so I can no longer mess around with this.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#76
No description provided.