[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to tell the compiler NOT to assume cpu provides atomic instructions



On Mon, Mar 07, 2011 at 07:23:55PM -0500, RR wrote:
> Hi Brian,

Hi.  *Please* do not CC me; I'm subscribed to the list.

> umm sorry if this is a stupid question but I don't know what other output to
> provide other than what I provided above which was from the 'make' command.
> The beginning of that is:

Normally, make will print the actual command line of the command it is
running.  In this case, Asterisk upstream has hidden this and printed
something else instead.

> # make
> CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect
> CONFIGURE_SILENT="--silent" makeopts

Using --silent as an argument to make will prevent it from printing the
commands as they are executed.  You should probably ask Asterisk
upstream how to get the commands printed as they are executed.  I need
to see the compilation command line (probably starting "cc" or "gcc") so
that I know what flags are being used.  The command line used for
linking would also be useful.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187

Attachment: signature.asc
Description: Digital signature


Reply to: