jerico writes:
> im installing vfe-1.1.0 that i downloaded.
> i execute this code:
> 
>         # gunzip -cd vfe-x.x.x.tar.gz | tar xf -
>         % cd /.../vfe-x.x.x
>         % rm obj Makefile
>         % ln -s Makefile.$amd64_$gcc Makefile

What exactly are you linking there?  According to the instructions in
the README.txt file, that command should have been:

        ln -s Makefile.amd64_gcc Makefile

>         % ln -s $amd64 obj 

There's a similar problem here.  That extra dollar sign causes the
shell to expand the (likely non-existent) "amd64" variable.

>         % rm Makefile.config
>         % ln -s Makefile.config_gld3 Makefile.config

That Makefile.config_gld3 file doesn't exist, at least in the
vfe-1.1.0 distribution from the author's web site.  Is there some
other copy of vfe with the same version number?  (?!)

I used the existing Makefile.config without trouble.

>         % /usr/ccs/bin/make
>         make: Fatal error: No arguments to build
> 
> what seems to be the problem?
> help me! i cant connect to the  internet without installing my NIC

This looks like something that you should be discussing with the
author of that software.  It's not (yet) part of OpenSolaris.

-- 
James Carlson, Solaris Networking              <[EMAIL PROTECTED]>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to