View Issue Details

IDProjectCategoryView StatusLast Update
0001307unrealinstallingpublic2004-01-18 21:58
ReporterLoVeR Assigned Tocodemastr 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
OSLinuxOS Version2.4.20 
Product Version3.2-beta18 
Summary0001307: Get some warnings when compiling w/SSL.
DescriptionWhen we tried to compile with SSL support we get error messages like ;
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning: as it has already been specified as a non-system directory
Additional InformationWe find some info about this problem at web. Generally it is all about GCC versions and -I. Without SSL support there's no warning.
TagsNo tags attached.
3rd party modules

Activities

syzop

2003-10-16 23:03

administrator   ~0003827

I've seen it before, but..
- It's not an error, it's a warning (so it continues), could you paste the full output?
- what distribution are you using?

LoVeR

2003-10-17 12:43

reporter   ~0003831

Sorry i just stopped compile after a lot of warnings but after your note i tried yes it is working normally.

Server is redhat's latest version and gcc is the latest version too.
A part of messages at compile is at the bottom. It is strange that at my other server (old gcc and redhat) no warning comes.

        -o m_pingpong.so m_pingpong.c
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning: as it has already been specified as a non-system directory
gcc -I../include -pipe -g -O2 -funsigned-char -I/usr/include -DZIP_LINKS -export-dynamic -L/usr/lib -fPIC -DPIC -shared -DDYNAMIC_LINKING \
        -o m_quit.so m_quit.c
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning: as it has already been specified as a non-system directory
gcc -I../include -pipe -g -O2 -funsigned-char -I/usr/include -DZIP_LINKS -export-dynamic -L/usr/lib -fPIC -DPIC -shared -DDYNAMIC_LINKING \
        -o m_rakill.so m_rakill.c
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning: as it has already been specified as a non-system directory
gcc -I../include -pipe -g -O2 -funsigned-char -I/usr/include -DZIP_LINKS -export-dynamic -L/usr/lib -fPIC -DPIC -shared -DDYNAMIC_LINKING \
        -o m_rping.so m_rping.c

(lots of line with the same warning after every gcc line)

syzop

2003-10-18 18:16

administrator   ~0003833

Last edited: 2003-10-18 18:17

Ok, well I'll let the bugreport stay... maybe codemastr (or less likely, me) will fix this warning someday :). Like not adding this -I if the dir is /usr/include or something like that, I dunnow... I don't care much either ;).

edited on: 10-18-03 18:17

codemastr

2004-01-18 21:58

reporter   ~0004738

Fixed in .2053

Issue History

Date Modified Username Field Change
2003-10-16 22:24 LoVeR New Issue
2003-10-16 23:03 syzop Note Added: 0003827
2003-10-17 12:43 LoVeR Note Added: 0003831
2003-10-18 18:16 syzop Note Added: 0003833
2003-10-18 18:16 syzop Severity major => tweak
2003-10-18 18:16 syzop Status new => acknowledged
2003-10-18 18:16 syzop Summary Config And Compile Problem when SSL support Used => Get some warnings when compiling w/SSL.
2003-10-18 18:16 syzop Additional Information Updated
2003-10-18 18:16 syzop View Status private => public
2003-10-18 18:17 syzop Note Edited: 0003833
2004-01-18 01:50 codemastr Status acknowledged => assigned
2004-01-18 01:50 codemastr Assigned To => codemastr
2004-01-18 21:58 codemastr Status assigned => resolved
2004-01-18 21:58 codemastr Resolution open => fixed
2004-01-18 21:58 codemastr Note Added: 0004738