bug#29644: gcc-objc is unusable without its 'gcc' executable

2023-11-06 Thread Efraim Flashner
On Sat, Sep 02, 2023 at 11:01:44PM +0200, Vivien Kraus via Bug reports for GNU Guix wrote: > Hello! > > I would like to learn and play with gnustep with objective-C, but it > seems like GCC does not come with objective-C in Guix. > > I don’t know much about GCC or how Guix packages it. There is

bug#29644: gcc-objc is unusable without its 'gcc' executable

2023-09-02 Thread Vivien Kraus via Bug reports for GNU Guix
Hello! I would like to learn and play with gnustep with objective-C, but it seems like GCC does not come with objective-C in Guix. I don’t know much about GCC or how Guix packages it. There is an early comment by Ricardo Wurmus: > The fix here is to patch “lang-spec.h”, so that it does not limit

bug#29644: gcc-objc is unusable without its 'gcc' executable.

2022-03-26 Thread Maxime Devos
Zhu Zihao schreef op za 26-03-2022 om 22:14 [+0800]: > Maxime Devos writes: > > > Or maybe some plugin architecture is used, I don't know.. > > I think the problem is pointed out by Ricardo Wurmus in this reply > https://issues.guix.gnu.org/29644#1 Ok, I thought this was a new bug report, but

bug#29644: gcc-objc is unusable without its 'gcc' executable.

2022-03-26 Thread Zhu Zihao
Maxime Devos writes: > Or maybe some plugin architecture is used, I don't know.. I think the problem is pointed out by Ricardo Wurmus in this reply https://issues.guix.gnu.org/29644#1 -- Retrieve my PGP public key: gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F Zihao signature

bug#29644: gcc-objc is unusable without its 'gcc' executable.

2022-03-26 Thread Maxime Devos
Zhu Zihao schreef op za 26-03-2022 om 18:53 [+0800]: > `LANG=C gcc hello.m -o hello` complains that Objective-C compiler is > not installed. I noticed the output of "guix build gcc-objc" does not contain any binaries in 'bin' and neither does there appear to be some objc shared library. I guess t

bug#29644: gcc-objc is unusable without its 'gcc' executable.

2022-03-26 Thread Zhu Zihao
You can try with (on d05fcc21cb9509084a0424e6808b84b58dc52d62, but I guess the commit doesn't matters.) ``` guix shell gcc@10 gcc-objc@10 clang@13 cat > hello.m << "EOF" #include int main(int argc, const char * argv[]) { printf ("Hello, world!\n"); return 0; } EOF ``` `LANG=C gcc hello.

bug#29644: gcc-objc is unusable without its 'gcc' executable.

2022-03-26 Thread Maxime Devos
Zhu Zihao schreef op za 26-03-2022 om 13:49 [+0800]: > I'm planning to package some GNUStep packages to Guix, but the gcc- > objc is broken. > > Any one interested in fixing GCC? [...] How is it broken? Is there some error message or something? Greetings, Maxime. signature.asc Description: Th

bug#29644: gcc-objc is unusable without its 'gcc' executable.

2022-03-25 Thread Zhu Zihao
I'm planning to package some GNUStep packages to Guix, but the gcc-objc is broken. Any one interested in fixing GCC? or I' ll plan to make gnustep-make use clang instead of GCC. -- Retrieve my PGP public key: gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F Zihao signature.asc Descr

bug#29644: gcc-objc is unusable without its 'gcc' executable

2017-12-10 Thread Ricardo Wurmus
宋文武 writes: > Hello, unlike fortran program files which can be compiled using the > command 'gfortran' (in addition to 'gcc'), there is no other command for > Objective-C program files, and run 'gcc -c x.m' using the 'gcc' package > will just complain "Objective-C compiler not installed on this

bug#29644: gcc-objc is unusable without its 'gcc' executable

2017-12-10 Thread 宋文武
Hello, unlike fortran program files which can be compiled using the command 'gfortran' (in addition to 'gcc'), there is no other command for Objective-C program files, and run 'gcc -c x.m' using the 'gcc' package will just complain "Objective-C compiler not installed on this system" due to it lacki