Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dont use -fPIC for cygwin builds #43

Closed
XVilka opened this issue Jun 25, 2014 · 1 comment
Closed

Dont use -fPIC for cygwin builds #43

XVilka opened this issue Jun 25, 2014 · 1 comment

Comments

@XVilka
Copy link
Contributor

XVilka commented Jun 25, 2014

this:

make[3]: Entering directory '/cygdrive/d/Work/radare/radare2/shlr/sdb/src'
gcc -c  -g -fPIC -o cdb.o cdb.c
cdb.c:1:0: warning: -fPIC ignored for target (all code is position independent)
 /* Public domain - author D. J. Bernstein, modified by pancake - 2014 */
 ^
gcc -c  -g -fPIC -o buffer.o buffer.c
buffer.c:1:0: warning: -fPIC ignored for target (all code is position independent)
 /* Public Domain */
 ^
gcc -c  -g -fPIC -o cdb_make.o cdb_make.c
cdb_make.c:1:0: warning: -fPIC ignored for target (all code is position independent)
 /* Public domain. */
 ^
gcc -c  -g -fPIC -o ls.o ls.c
ls.c:1:0: warning: -fPIC ignored for target (all code is position independent)
 /* sdb - LGPLv3 - Copyright 2007-2014 - pancake */
 ^
@XVilka
Copy link
Contributor Author

XVilka commented Nov 11, 2020

Irrelevant now.

@XVilka XVilka closed this as completed Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant