Search found 3 matches
- Tue Aug 11, 2020 1:55 am
- Forum: Switch Development
- Topic: autotools project libssh2 porting with libmbedtls
- Replies: 4
- Views: 14145
Re: autotools project libssh2 porting with libmbedtls
I got it all to work!
I appreciate your help, really! This is all very new to me.
I will try your commandline now and reset switchvars.sh to see if I can do like you.
- Mon Aug 10, 2020 8:26 pm
- Forum: Switch Development
- Topic: autotools project libssh2 porting with libmbedtls
- Replies: 4
- Views: 14145
Re: autotools project libssh2 porting with libmbedtls
I appreciate the response that cleared out some confusion! I figured out the Makefile puts -lmbedcrypto after anything specified with environment variables it seems, so overriding it on the make command works. configure does not have any --disable-shared but I corrected it as it was supposed to be ...
- Sun Aug 09, 2020 2:58 am
- Forum: Switch Development
- Topic: autotools project libssh2 porting with libmbedtls
- Replies: 4
- Views: 14145
autotools project libssh2 porting with libmbedtls
I've been searching everywhere for this and recognize I must be doing something wrong, possibly related to LDFLAGS missing a "-Wl" parameter or so trying the autotools route? I've tried searching for clues in all other projects. The modules included `-lmbedtls -lmbedx509 -lmbedcrypto` and the order ...