Mailing List Archive

Unable to make gnutls
Hi,

I am trying to build gnutls-1.6.3 in HP-UX , but when i am running
make command after ./configure it showing following errors.

g++: +b: No such file or directory
g++: /saurabh/gnutls-1.6.3/lib/.libs:/usr/local/lib: No such file or directory

I am makeing from /saurabh/gnutls-1.6.3 directory and used configure
with following options

./configure CC=aCC CFLAGS="+d -Aa +DAportable -mt +W930 +W829 +Z -ext
-Wl,+s -g" LDFLAGS="-L/usr/local/lib/ -L/usr/local/lib/"

pls help.
--
With regards,
Haidar Habib

_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gcrypt-devel
Re: Unable to make gnutls [ In reply to ]
On Fri, 15 Feb 2008 12:07, h.habib@gmail.com said:

> make command after ./configure it showing following errors.
>
> g++: +b: No such file or directory
> g++: /saurabh/gnutls-1.6.3/lib/.libs:/usr/local/lib: No such file or directory

Please let us know some more context around these error lines. In
aprticular the invocation of gcc. We don't use g++ so this error
message is strange.

> ./configure CC=aCC CFLAGS="+d -Aa +DAportable -mt +W930 +W829 +Z -ext
> -Wl,+s -g" LDFLAGS="-L/usr/local/lib/ -L/usr/local/lib/"

What is "aCC"? Does that resolve to "g++"? Don't do this, C++ is not
the same language as C and thus you can't use a C++ compiler for C code.
Though it quite works, you can't do that. Use gcc or any other standard
C-89 compiler.


Salam-Shalom,

Werner

--
Die Gedanken sind frei. Auschnahme regelt ein Bundeschgesetz.


_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gcrypt-devel