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

Build on cygwin #306

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Build on cygwin #306

merged 1 commit into from
Feb 22, 2024

Conversation

fd00
Copy link
Contributor

@fd00 fd00 commented Feb 18, 2024

$ uname -srvmpio
CYGWIN_NT-10.0-22000 3.5.0-1.x86_64 2024-02-01 11:02 UTC x86_64 unknown unknown Cygwin
$ cd /usr/src
$ git clone https://github.com/rbsec/sslscan.git
$ cd sslscan
$ make
$ cc -o sslscan -Wall -Wformat=2 -Wformat-security -Wno-deprecated-declarations -pie -z relro -z now -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/opt/openssl/lib -L/opt/local/lib -D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -std=gnu11 -I/usr/local/include -I/usr/local/ssl/include -I/usr/local/ssl/include/openssl -I/usr/local/opt/openssl/include -I/opt/local/include -I/opt/local/include/openssl  -DVERSION=\"2.1.3-1-gc1e3d1b\" sslscan.c -lssl -lcrypto -ldl
/usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: unrecognized option '-z'
/usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: use the --help option for usage information
collect2: error: ld returned 1 exit status
make: *** [Makefile:106: sslscan] Error 1

@rbsec rbsec merged commit 7b44bd6 into rbsec:master Feb 22, 2024
@rbsec
Copy link
Owner

rbsec commented Feb 22, 2024

Thanks - cant' say that this is something I've tried, but I guess it must be useful for someone.

@fd00 fd00 deleted the cygwin branch February 28, 2024 01:11
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

Successfully merging this pull request may close these issues.

2 participants