https://bugzilla.novell.com/show_bug.cgi?id=861923 https://bugzilla.novell.com/show_bug.cgi?id=861923#c0 Summary: c99: command not found Classification: openSUSE Product: openSUSE Factory Version: 13.2 Milestone 0 Platform: All OS/Version: Linux Status: NEW Severity: Minor Priority: P5 - None Component: Development AssignedTo: matz@suse.com ReportedBy: jengelh@inai.de QAContact: qa-bugs@suse.de CC: coolo@suse.com, rguenther@suse.com Found By: Beta-Customer Blocker: --- In openSUSE 13.1, make-3.82 did the following: $ echo .POSIX: >Makefile $ make -p 2>&1 | grep ^CC CC := cc With make-4.0 that now ships in openSUSE Factory, this has changed to CC := c99 However, our gcc package does not provide a c99 symlink yet, breaking compilation that use implicit variables/rules. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.