You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Chris Darroch (JIRA)" <ji...@apache.org> on 2006/10/28 07:10:18 UTC

[jira] Commented: (AXIS2C-379) CLONE -LDFLAGS overridden by configure

    [ http://issues.apache.org/jira/browse/AXIS2C-379?page=comments#action_12445326 ] 
            
Chris Darroch commented on AXIS2C-379:
--------------------------------------

The woden/configure and xml_schema/configure files still need the fix.  Thanks!

> CLONE -LDFLAGS overridden by configure
> --------------------------------------
>
>                 Key: AXIS2C-379
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-379
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 0.94
>            Reporter: Chris Darroch
>         Assigned To: Sanjaya Ratnaweera
>
> The configure.ac files contain the following line:
> LDFLAGS="-lpthread"
> This has the effect of overriding any input LDFLAGS that the user specifies.  The
> configure script's --help option says you can set CFLAGS, LDFLAGS, etc. prior to
> running ./configure:
> ./configure --help
> ...
> Some influential environment variables:
>   CC          C compiler command
>   CFLAGS      C compiler flags
>   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
>               nonstandard directory <lib dir>
> ...
> The line should probably be LDFLAGS="$LDFLAGS -lpthread" in all of the configure.ac files (configure, woden/configure, etc.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org