Re: Maybe OT: Missing or filed program

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1



Stuart Felenstein wrote:
| configure:xxxx: gcc -c -g -O2  conftest.c >&5
| conftest.c:2: parse error before "me"
| configure:xxx: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif

That's the way configure works. It creates severl test programs an tries
to compile them to locate library and include paths and such.

Looks this this is checking to see if the C compiler sets __cplusplus by
default. No C compiler should do that, but someone might have set the
system up wrong, so the the C compiler (gcc) is really the C++ compiler
(g++). Could cause problems if you comile C code with a C++ compiler. It
affects the default library and include paths. It aslo changes the
default libraries that are linked.

| */Stuart Felenstein <stuart4m@xxxxxxxxx>/* wrote:
|     One portion of configure.log
|
|     configure:xxxxx: gcc - conftest -INOME/include conftest.c -IFLAC
- -lm >&5
|     conftest.c xxxxx :FLAC/format.h: No such file or directory
|     configure:xxxxxx: $? = 1
|     configure: failed program was:
|     /* confdefs.h */

Again, this the is the test to see if you have the FLAC
compression/decompression development package. Here you see that the
compile line tries to link libFLAC.so (the -lFLAC) and the compile fail
because the compiler doesn't find FLAC/format.h in the include
directories (probably only /usr/include).

Since you don't have FLAC installed this should fail. That tells Xine
not to include it's FLAC support.

	-Thomas
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (SunOS)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE//e5m+mwggWqA1pQRAo7DAKCLczRGsC0Qu1ccyig261M14CdWSgCgoNYi
UQyrzkOl4sAu8ez6N8Gm/+E=
=7r7x
-----END PGP SIGNATURE-----


-- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list

[Index of Archives]     [Fedora Users]     [Centos Users]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat Phoebe Beta]     [Yosemite Forum]     [Fedora Discussion]     [Gimp]     [Stuff]     [Yosemite News]

  Powered by Linux