gtcarriere / iphone-gcc

Automatically exported from code.google.com/p/iphone-gcc
0 stars 0 forks source link

OpenSSL doesn't work from /usr/include yet somewhere else? #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Brief description of problem - the more info you provide the less ttl the 
problem has...

MOST IMPORTANT QUESTION: CAN YOU printf("Hello, World); ?

What steps will reproduce the problem?
1. Install iphone-gcc on iPhone 3G with 3.1.3.
2. Attempt to compile rtmpdump
3.

What is the expected output? What do you see instead?

While attempting to compile rtmpdump and telling it INC="-I/...." the location 
of OpenSSL or simply not even putting INC= which worked before, it claims my 
OpenSSL is too old, yet if I do "cp -r /usr/include/openssl /var/mobile" then 
do INC="-I/var/mobile/" oddly the exact same headers now work.

What firmware version of itouch/phone?

What Computer operating system?

Please provide any additional information below.

Original issue reported on code.google.com by redpengu...@gmail.com on 30 Mar 2013 at 3:44

GoogleCodeExporter commented 8 years ago
Forgot to answer "MOST IMPORTANT QUESTION" yes

Original comment by redpengu...@gmail.com on 30 Mar 2013 at 4:04