bugGNU Common Lisp - Bugs: bug #14360, Unable to compile under Solaris 10...

 
 

bug #14360: Unable to compile under Solaris 10 using gcc 3.4.3 on an Intel architecture

Submitter:  None
Submitted:  Thu 01 Sep 2005 11:48:12 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 31 Aug 2014 12:35:47 PM UTC, comment #1: 

Greetings, and thanks for your report!  Solaris is now a support target in git Version_2_6_11pre, soon to be merged with master.

Camm Maguire <camm>
Group administrator
Thu 01 Sep 2005 11:48:12 PM UTC, original submission:  

Here is the result of the make
:
maxwell:JPEH:35 make
rm -f bin/gcl xbin/gcl
MGCLDIR=`echo /opt/test/gcl-2.6.6 | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
GCLDIR=`echo /opt/test/gcl-2.6.6` ; \
make install-command "INSTALL_LIB_DIR=$GCLDIR" "prefix=$GCLDIR" "BINDIR=$MGCLDIR/unixport"
make[1]: Entering directory `/opt/test/gcl-2.6.6'
rm -f /opt/test/gcl-2.6.6/bin/gcl
(echo '#!/bin/sh' ; \
echo exec /opt/test/gcl-2.6.6/unixport/ \\ ; \
echo '   -dir' /opt/test/gcl-2.6.6/unixport/ \\ ; \
echo '   -libdir' /opt/test/gcl-2.6.6/ \\ ; \
echo '   -eval '\''(setq si::*allow-gzipped-file* t)'\' \\ ;\
! [ -d "" ] || echo '   -eval '\''(setq si::*tk-library* '\"\"')'\' \\;\
echo '     '\"\$@\" ) > /opt/test/gcl-2.6.6/bin/gcl;
/bin/sh: !: execute permission denied
echo '#' other options: -load "/tmp/foo.o" -load "jo.lsp" -eval '"(joe 3)"' >> /opt/test/gcl-2.6.6/bin/gcl
chmod a+x /opt/test/gcl-2.6.6/bin/gcl
rm -f /opt/test/gcl-2.6.6/bin/gclm.bat
if gcc --version | grep mingw >/dev/null 2>&1 ; then (echo '@SET cd='; \
 echo '@SET promp%prompt%'; \
 echo '@PROMPT SET cd'; \
 echo '@CALL>%temp%.\setdir.bat'; \
 echo '@'; \
 echo '% do not delete this line %'; \
 echo '@ECHO off'; \
 echo 'PROMPT %promp'; \
 echo 'FOR %%c IN (CALL DEL) DO %%c %temp%.\setdir.bat'; \
 echo 'set cwd=%cd%'; \
 echo 'set libdir=%cd%\..\lib\gcl-`cat majvers`.`cat minvers`'; \
 echo 'set unixportdir=%libdir%\unixport'; \
 echo 'path %cd%\..\mingw\bin;%PATH%'; \
 echo "start %unixportdir%\.exe -dir %unixportdir% -libdir %libdir% -eval \"(setq si::*allow-gzipped-file* t)\" %1 %2 %3 %4 %5 %6 %7 %8 %9" ) > /opt/test/gcl-2.6.6/bin/gclm.bat ; fi
rm -f /opt/test/gcl-2.6.6/bin/gclfinal.bat
if gcc --version | grep -i mingw >/dev/null 2>&1 ; then (echo 'ECHO path %1\mingw\bin;%PATH% > gcli.bat'; \
 echo "ECHO start %1\lib\gcl-`cat majvers`.`cat minvers`\unixport\.exe -dir %1\lib\gcl-`cat majvers`.`cat minvers`\unixport -libdir %1\lib\gcl-`cat majvers`.`cat minvers` -eval \"(setq si::*allow-gzipped-file* t)\" %1 %2 %3 %4 %5 %6 %7 %8 %9 >> gcli.bat" ) > /opt/test/gcl-2.6.6/bin/gclfinal.bat ; fi
make[1]: Leaving directory `/opt/test/gcl-2.6.6'
(cd xbin ; cp ../bin/gcl .)
cd cmpnew && make gcl_collectfn.o
make[1]: Entering directory `/opt/test/gcl-2.6.6/cmpnew'
../unixport/saved_pre_gcl ../unixport/ -compile gcl_collectfn.lsp
make[1]: ../unixport/saved_pre_gcl: Command not found
make[1]: * [gcl_collectfn.o] Error 127
make[1]: Leaving directory `/opt/test/gcl-2.6.6/cmpnew'
make: * [cmpnew/gcl_collectfn.o] Error 2
m

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by camm (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-08-31 camm StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code