[Gstreamer-bugs] [Bug 111152] Changed - [HP-UX] Cant compile

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sat May 10 18:52:20 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=111152

Changed by ds at schleef.org.

--- shadow/111152	Sat May 10 21:24:12 2003
+++ shadow/111152.tmp.11177	Sat May 10 21:52:20 2003
@@ -1,12 +1,12 @@
 Bug#: 111152
 Product: GStreamer
 Version: 0.6.1
 OS: HP-UX
 OS Details: 11.00 64 bits
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: normal
 Priority: Normal
 Component: gstreamer (core)
 AssignedTo: thomas at urgent.rug.ac.be                            
 ReportedBy: nauta77 at fibertel.com.ar               
@@ -46,6 +46,32 @@
 Created an attachment (id=15913)
 Compilation Errors.
 
 
 ------- Additional Comments From nauta77 at fibertel.com.ar  2003-04-22 22:57 -------
 I hope this is what you need, please tell me if you need more info.
+
+------- Additional Comments From ds at schleef.org  2003-05-10 21:52 -------
+Apparently, configure thinks that your gcc doesn't support -c and -o
+simultaneously, which is obviously wrong:
+
+configure:5250: checking if gcc supports -c -o file.o
+configure:5270: gcc -c -O2 -g -o out/conftest2.o
+-I//opt/garnome/include -I//usr/X11R6/include -I/usr/local/include
+-I/usr/contrib/X11R6/include conftest.c >&5
+configure:5294: result: no
+
+It thinks this because the compiler emits the following warning almost
+every time (because of the -I/usr/local/include option), and it thinks
+that any warning from the compiler is bad:
+
+cc1: warning: changing search order for system directory
+"/usr/local/include"
+cc1: warning:   as it has already been specified as a non-system directory
+
+Arguably, the libtool .m4 macro that tests this should be fixed. 
+However, it will be much more productive in the short term to change
+your CFLAGS so that it doesn't include -I/usr/local/include.  I don't
+use garnome, so I don't know if this is hard coded or not.
+
+Alternatively, you can also override the test by setting and exporting
+the shell variable lt_cv_compiler_c_o=yes.





More information about the Gstreamer-bugs mailing list