24 Mar, 2010
Unrecognized command line option fstack protector
Articles related to unrecognized command line option fstack protector
http://digitalpbk.com/perl/install-modules-unrecognized-command-line-option-fstack-protector
Error Installing PERL modules &
quot;unrecognized command line option -
fstack -
protector"
unrecognized command line option "-fstack-protector" error usually comes on Cygwin when installing PERL modules.
For example when installing the DBI module or DBD::MySQL perl module, the following error comes on cygwin :
cp lib/DBI/Gofer/Serializer/Base.pm blib/lib/DBI/Gofer/Serializer/Base.pm
cp dbipport.h blib/arch/auto/DBI/dbipport.h
cp lib/DBI/Gofer/Execute.pm blib ...
Published 1 year, 10 months ago
http://digitalpbk.com/windows/linux-style-command-line-quick-edit-right-click-paste
, we can select using the mouse and right click using paste. Cygwin on windows gives most of the utilities on Linux, but the
command line interface is still that of the Windows.
So in order to bring Linux like
command line on Windows, you just have to enable an
option, which most of us rarely know.
Right Click on the
command line title and click properties
Now tick the checkbox as highlighted in the image given below :
Press OK and select save the properties for all windows.
Or
select ...
Published 1 year, 11 months ago
http://digitalpbk.com/cygwin/how-clear-screen-cls-command-not-found
Cygwin: Clear screen
command, How to clear the screen ?
Some one may be wondering where is the clear
command on cygwin. If we type either cls or clear we would be shown bash: clear:
command not found. So there are many fancy ways to clear the
command line prompt, but the one I liked the best is
Ctrl + L
Simple, just press Control + L on the keyboard and your
command line prompt cleans up.
:)
Cygwin
Software ...
Published 1 year, 10 months ago
http://digitalpbk.blogspot.com/2006/11/why-cant-folder-be-named-con-or-lpt1-in.html
in a directory.FIND Searches for a text string in a file or files...Let us look more closely to the COPY
command. The COPY
command usage is as follows:COPY [
options] [
options] In DOS everything is considered as files, even keyboard and printers. The filename for keyboard is given as "CON" and the printer names are given as "LPT1", "LPT2" etc.. So inorder to copy something from keyboard (our input) the following
command is used.G:\>COPY CON mydata.txtThese
lines come ...
Published 5 years, 2 months ago
http://digitalpbk.blogspot.com/2007/05/my-first-useful-perl-program.html
My First useful PERL program
#!/usr/bin/perl -w$username = $ARGV[0];$username = "s28arunpbk" if(!$username); ## Get the username from the first
command line argument# If null assign my user id.#use LWP;use LWP::UserAgent;## Initialize objects#$ua = LWP::UserAgent->new;$ua->agent("Checkmap/1.0");my $req=HTTP::Request->new(GET => "http://sitemeter.com/?a=stats&s;=$username&r;=0");my $res = $ua->request($req);## Send a request and grab ...
Published 4 years, 9 months ago
http://digitalpbk.blogspot.com/2006/12/setting-up-apache-php-on-windows.html
you will serve your# documents. By default, all requests are taken from this directory, but# symbolic links and aliases may be used to point to other locations.#DocumentRoot "C:/public_html/"and after that a few
lines under ..## This should be changed to whatever you set DocumentRoot to.### Possible values for the
Options directive are "None", "All",# or any combination of:# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews## Note ...
Published 5 years, 1 month ago
http://digitalpbk.blogspot.com/2008/06/ubuntu-compaq-presario-black-white-xorg.html
Solved TV in Black and White Problem in Ubuntu 8.04 with Compaq Laptop
?Finally after a lot of tweakin with the xorg.conf got Full Colour on S-Video Out on my Compaq Presario V3155(3000) AU, with an nVidia GeForce 6150 GPU on Ubuntu 8.04. The notable sections in the xorg.conf are the device section where you have to put the
Option's right. You have to choose the right output SVIDEO or COMPOSITE and the TV Format,and in the Monitor section VertRefresh to 50hz also helped.Please check your TV ...
Published 3 years, 7 months ago
http://digitalpbk.blogspot.com/2007/12/virtual-hosts-apache-226-windows.html
# use only name-based virtual hosts so the server doesn't need to worry about# IP addresses. This is indicated by the asterisks in the directives below.## Please see the documentation at # # for further details before you try to setup virtual hosts.## You may use the
command line option '-S' to verify your virtual host# configuration.## Use name-based virtual hosting.#NameVirtualHost *:80## VirtualHost example:# Almost any Apache directive may go into a VirtualHost container.# The first ...
Published 4 years, 2 months ago
http://digitalpbk.com/nexus-s/how-to-root-nexus-s-windows
if you get a confirmation of installing unsigned drivers.
Now is the easy part, just open up a
command prompt (cmd)
cd to the tools folder (cd c:nexus-s-roottools)
Run fastboot devices
Now you should get a number printed on the
line. This means your phone is ready to be unlocked.
Run fastboot oem unlock
Now the unlock process would have started on your samsung nexus phone as shown below:
Use the Volume buttons to select Yes, and press the power button
After this the phone should boot up ...
Published 2 months, 4 weeks ago
http://digitalpbk.blogspot.com/2007/03/auto-mounting-file-systems-in-linux.html
to mount a local Filesystem, add the following
line.Device ID Mount Directory FileSystem
OptionsEg:/dev/sda8 /mnt/sda1 vfat rw,umask=0000,uid=500,gid=500 0 0where the uid=500, gid=500 must be replaced by the proper user ids which can be got from System > Administration > Users and Groups in Fedora Core 6.Automounting NTFSAppend /dev/sda8 /mnt/hddD ntfs-3g default 0 0Help meI did this in Fedora Core 6. If any of you guys have any information on how to do the same on other linux distros ...
Published 4 years, 10 months ago
Related help topics for unrecognized command line option fstack protector
More keywords like unrecognized command line option fstack protector
More pages for unrecognized command line option fstack protector