-
Notifications
You must be signed in to change notification settings - Fork 886
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
Missing -soname support #120
Comments
rurban
pushed a commit
to rurban/chibicc
that referenced
this issue
Feb 17, 2023
rurban
pushed a commit
to rurban/chibicc
that referenced
this issue
Feb 17, 2023
rurban
added a commit
to rurban/chibicc
that referenced
this issue
Feb 17, 2023
rurban
added a commit
to rurban/chibicc
that referenced
this issue
Feb 17, 2023
rurban
added a commit
to rurban/chibicc
that referenced
this issue
Feb 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eg
chibicc -shared -DPIC .libs/dwg.o .libs/common.o .libs/bits.o .libs/decode.o .libs/decode_r11.o .libs/decode_r2007.o .libs/reedsolomon.o .libs/print.o .libs/free.o .libs/hash.o .libs/dynapi.o .libs/classes.o .libs/dwg_api.o .libs/objects.o .libs/out_dxf.o .libs/out_dxfb.o .libs/out_json.o .libs/out_geojson.o .libs/encode.o .libs/dxfclasses.o .libs/in_dxf.o .libs/in_json.o -lm -lc -g -soname libredwg.so.0 -o .libs/libredwg.so.0.0.13
a normal autotools project.
I'll try to fix it
The text was updated successfully, but these errors were encountered: