RE: fatal: unknown file type

2005-01-05 Thread Paul D. Smith
%% "Vijayprasad Srinivasan - NPD, Chennai" <[EMAIL PROTECTED]> writes: s> Following is the final linking command seen in the console: s> g++ -shared ... -Xlinker /export/home/pegasus_home/lib This (-Xlinker /export/home/pegasus_home/lib) not a valid option to the linker. That's why you

RE: fatal: unknown file type

2005-01-05 Thread Vijayprasad Srinivasan - NPD, Chennai
Hi All, Following is the final linking command seen in the console: g++ -shared -Wl,-hlibpegcommon.so -Xlinker -rpath -Xlinker /export/home/pegasus_home/lib -L/export/home/pegasus_home/lib -o /export/home/pegasus_home/lib/libpegcommon.so /export/home/pegasus_home/obj/Pegasus/Common

Re: Unicode problem in make output

2005-01-05 Thread Ismail Donmez
On Wednesday 05 January 2005 22:21, Paul D. Smith wrote: > %% Ismail Donmez <[EMAIL PROTECTED]> writes: > > id> I wonder if there is any chance of this problem getting fixed in > make? > > The use of `' as a quoting style was recommended by the FSF. I've sent > a request to the GNU programmer's

Re: Unicode problem in make output

2005-01-05 Thread Paul D. Smith
%% Ismail Donmez <[EMAIL PROTECTED]> writes: id> I wonder if there is any chance of this problem getting fixed in make? The use of `' as a quoting style was recommended by the FSF. I've sent a request to the GNU programmer's mailing list asking what the current recommendations are today. If t

ld: fatal: unknown file type

2005-01-05 Thread Vijayprasad Srinivasan - NPD, Chennai
Hi All,   I am trying to build an open source distribution on a solaris machine with following configurations.   Solaris Version :  5.9 GCC Version    :  3.4.2 GNU MAKE  : 3.80   iam recieving the following erros on my console..   ld: fatal: file /export/home/pegasus_home/lib: unknown

Unicode problem in make output

2005-01-05 Thread Ismail Donmez
Hi all, When you do a "make" in a source dir you see messages like this : make[1]: Entering directory `/opt/development/cvs/emacs/lib-src' Now the important part is how the path is quoted. Looking at http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html Gnu make has the wrong quotation system. Accord