Summary: | When entering multiple options in CXXFLAGS I have to put quotation marks in. | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Barry Stokes <barry> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Barry Stokes
2003-02-11 21:20:07 UTC
Oops... Forgot to add this: As a quick illustration as to what happens, just clicking a few options gave me CXXFLAGS of -ffloat-store -fforce-addr -fforce-mem -fno-defer-pop and the configure ran and said: cd /home/barry/Third_Year_Project/virtualvivarium && CXXFLAGS=-ffloat-store -fforce-addr -fforce-mem -fno-defer-pop /home/barry/Third_Year_Project/virtualvivarium/configure * /bin/sh: line 1: -fforce-addr: command not found * *** Exited with status: 127 *** Fixed in CVS. |