Ticket #100 (new Defect)

Opened 3 months ago

apgcc can't create C99 executables with sscanf

Reported by: Jan-Nik Assigned to: taj
Priority: Medium Milestone: 1.4.1
Component: apbuild Version: 1.2.5
Severity: Normal Keywords:
Cc:

Description

Any program compiled on a glibc >= 2.7 system which uses any of the scanf functions and is compiling with the --std=c99 gcc option will be getting a linker error.

(see #20)