Ticket #35808: test-vbox-ssl-configure.sh

File test-vbox-ssl-configure.sh, 433 bytes (added by anddam (Andrea D'Amore), 12 years ago)

command line used by configure script to compile vbox-ssl-configure.cc

Line 
1#!/bin/bash
2/opt/local/bin/g++-apple-4.2 -mmacosx-version-min=10.6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk -g -O -Wall -o vbox-ssl-configure.out vbox-ssl-configure.cc "-I/opt/local/include /opt/local/lib/libcrypto.dylib /opt/local/lib/libssl.dylib"